Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp23 llvm::errs() << " InDebugMap: " << InDebugMap << '\n'; in dump()
78 I.InDebugMap = true; in markEverythingAsKept()
84 I.InDebugMap = true; in markEverythingAsKept()
H A DDWARFLinker.cpp433 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
1424 uint16_t Tag, bool InDebugMap, bool SkipPC, bool InFunctionScope) { in shouldSkipAttribute() argument
1444 !InDebugMap)) && in shouldSkipAttribute()
1539 if (!Info.InDebugMap && LLVM_LIKELY(!Update)) in cloneDIE()
1544 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
1549 if (shouldSkipAttribute(Update, AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE()
1570 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp85 Info.InDebugMap = true; in isLiveSubprogram()
119 Info.InDebugMap = true; in isLiveVariable()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h68 bool InDebugMap : 1; member
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp937 Info.InDebugMap = true; in fillDieInfo()