Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h49 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp431 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
444 if (!HasLiveMemoryLocation || ((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
465 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1422 Flags |= TF_InFunctionScope; in cloneDIE()
1430 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h341 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator