Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp37 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
41 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp999 : context.GetAsLLVM().getCUIndex(); in extract()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h75 virtual const DWARFUnitIndex &getCUIndex() = 0;
290 const DWARFUnitIndex &getCUIndex();
H A DDWARFAcceleratorTable.h447 std::optional<uint64_t> getCUIndex() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp327 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in ThreadUnsafeDWARFContextState
647 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in ThreadSafeState
649 return ThreadUnsafeDWARFContextState::getCUIndex(); in getCUIndex()
1216 getCUIndex().dump(OS); in dump()
1362 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
1414 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
1415 return State->getCUIndex(); in getCUIndex()
H A DDWARFAcceleratorTable.cpp620 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
634 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
H A DDWARFUnit.cpp873 return Context.getCUIndex(); in getDWARFUnitIndex()
H A DDWARFVerifier.cpp1434 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()