Home
last modified time | relevance | path

Searched refs:IsGlobalScope (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp940 static bool symbolGoesInModuleStream(const CVSymbol &Sym, bool IsGlobalScope) { in symbolGoesInModuleStream() argument
953 return !IsGlobalScope; in symbolGoesInModuleStream()
961 static bool symbolGoesInGlobalsStream(const CVSymbol &Sym, bool IsGlobalScope) { in symbolGoesInGlobalsStream() argument
977 return IsGlobalScope; in symbolGoesInGlobalsStream()