Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h161 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
209 IndexedValuesMap<const StringEntry *> DebugStringIndexMap; variable
H A DDWARFLinkerUnit.cpp132 if (DebugStringIndexMap.empty()) in emitDebugStringOffsetSection()
151 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
H A DDWARFLinkerTypeUnit.h72 return DebugStringIndexMap.getValueIndex(String); in getDebugStrIndex()
H A DDWARFLinkerTypeUnit.cpp108 if (!DebugStringIndexMap.empty()) { in createDIETree()