Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h50 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp432 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
444 if (!HasLiveMemoryLocation || ((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
465 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1458 Flags |= TF_InFunctionScope; in cloneDIE()
1464 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
1471 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h327 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator