Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h50 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp431 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
443 if (!HasLiveMemoryLocation || ((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
464 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1538 Flags |= TF_InFunctionScope; in cloneDIE()
1544 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
1550 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h356 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator