Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp516 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
539 if (((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
559 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1747 Flags |= TF_InFunctionScope; in cloneDIE()
1753 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h326 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator