Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h49 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1224 TF_InFunctionScope = 1 << 1, ///< Current scope is a fucntion scope. enumerator
2086 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
2108 (Flags & TF_InFunctionScope)) in shouldKeepVariableDIE()
2125 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
2781 Flags |= TF_InFunctionScope; in cloneDIE()
2789 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp455 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
479 (Flags & TF_InFunctionScope)) in shouldKeepVariableDIE()
501 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1432 Flags |= TF_InFunctionScope; in cloneDIE()
1441 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h327 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator