Home
last modified time | relevance | path

Searched refs:DebugAddrIndexMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h437 return DebugAddrIndexMap.getValueIndex(Addr); in getDebugAddrIndex()
690 IndexedValuesMap<uint64_t> DebugAddrIndexMap; variable
H A DDWARFLinkerCompileUnit.cpp102 DebugAddrIndexMap.clear(); in maybeResetToLoadedStage()
596 encodeULEB128(DebugAddrIndexMap.getValueIndex(*BaseAddress), in emitLocListFragment()
636 if (DebugAddrIndexMap.empty()) in emitDebugAddrSection()
658 for (uint64_t AddrValue : DebugAddrIndexMap.getValues()) in emitDebugAddrSection()