Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp29 llvm::errs() << " InDebugMap: " << InDebugMap << '\n'; in dump()
85 I.InDebugMap = true; in markEverythingAsKept()
98 (It != Expression.end()) && !I.InDebugMap; ++It) { in markEverythingAsKept()
116 I.InDebugMap = true; in markEverythingAsKept()
H A DDWARFLinker.cpp507 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
526 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
561 MyInfo.InDebugMap = true; in shouldKeepSubprogramDIE()
1528 Unit.noteLocationAttribute({Patch, LocationDieInfo.InDebugMap in cloneScalarAttribute()
1731 if (!Info.InDebugMap && LLVM_LIKELY(!Update)) in cloneDIE()
1736 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
1740 else if (!Info.InDebugMap && Info.HasLocationExpressionAddr && in cloneDIE()
1793 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h83 bool InDebugMap : 1; member