Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp59 I.InDebugMap = true; in markEverythingAsKept()
65 I.InDebugMap = true; in markEverythingAsKept()
H A DDWARFLinker.cpp434 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
1344 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
1364 !InDebugMap)) && in shouldSkipAttribute()
1459 if (!Info.InDebugMap && LLVM_LIKELY(!Update)) in cloneDIE()
1464 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
1470 shouldSkipAttribute(AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE()
1491 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp84 Info.InDebugMap = true; in isLiveSubprogram()
118 Info.InDebugMap = true; in isLiveVariable()
/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h67 bool InDebugMap : 1; member
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp904 Info.InDebugMap = true; in fillDieInfo()