Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp61 I.InDebugMap = true; in markEverythingAsKept()
67 I.InDebugMap = true; in markEverythingAsKept()
H A DDWARFLinker.cpp433 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
1307 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
1327 !InDebugMap)) && in shouldSkipAttribute()
1423 if (!Info.InDebugMap && LLVM_LIKELY(!Update)) in cloneDIE()
1429 shouldSkipAttribute(AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE()
1450 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h70 bool InDebugMap : 1; member