Searched refs:isGlobalScope (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp794 static bool symbolGoesInModuleStream(const CVSymbol &sym, bool isGlobalScope) { argument
807 return !isGlobalScope;
815 static bool symbolGoesInGlobalsStream(const CVSymbol &sym, bool isGlobalScope) { argument
831 return isGlobalScope;

Completed in 102 milliseconds