Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/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()
1765 Flags |= TF_InFunctionScope; in cloneDIE()
1771 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h330 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h