Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h70 bool InDebugMap : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp652 Info.InDebugMap = true; in fillDieInfo()