Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp505 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
528 if (((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()
548 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()
1730 Flags |= TF_InFunctionScope; in cloneDIE()
1736 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h326 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator