Home
last modified time | relevance | path

Searched refs:getCUIndex (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp35 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
39 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp891 Index = &context.GetAsLLVM().getCUIndex(); in extract()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAccelTable.h283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h277 const DWARFUnitIndex &getCUIndex();
H A DDWARFAcceleratorTable.h301 Optional<uint64_t> getCUIndex() const;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp280 if (DWOCtx && !DWOCtx->getCUIndex().getRows().empty()) in updateDebugInfo()
372 IsDWP = !DWOCtx->getCUIndex().getRows().empty(); in updateUnitDebugInfo()
1382 CUIndex = &DWOCtx->getCUIndex(); in writeDWP()
1551 CUIndex = &DWOCtx->getCUIndex(); in writeDWOFiles()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp553 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
564 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
H A DDWARFContext.cpp572 getCUIndex().dump(OS); in dump()
733 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
784 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
H A DDWARFUnit.cpp874 return Context.getCUIndex(); in getDWARFUnitIndex()
H A DDWARFVerifier.cpp1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1163 const DWARFUnitIndex &CUIndex = Unit.getContext().getCUIndex(); in addUnitAbbreviations()
1266 bool IsDWP = !Context.getCUIndex().getRows().empty(); in finalize()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp262 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()