Home
last modified time | relevance | path

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

/freebsd-src/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.cpp103 DebugAddrIndexMap.clear(); in maybeResetToLoadedStage()
599 encodeULEB128(DebugAddrIndexMap.getValueIndex(*BaseAddress), in emitLocListFragment()
639 if (DebugAddrIndexMap.empty()) in emitDebugAddrSection()
661 for (uint64_t AddrValue : DebugAddrIndexMap.getValues()) in emitDebugAddrSection()