Home
last modified time | relevance | path

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

/freebsd/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.cpp1026 : context.GetAsLLVM().getCUIndex(); in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h76 virtual const DWARFUnitIndex &getCUIndex() = 0;
296 const DWARFUnitIndex &getCUIndex();
H A DDWARFAcceleratorTable.h465 std::optional<uint64_t> getCUIndex() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp326 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
644 const DWARFUnitIndex &getCUIndex() override { in getCUIndex() function in __anonfc0a132e0411::ThreadSafeState
646 return ThreadUnsafeDWARFContextState::getCUIndex(); in getCUIndex()
1213 getCUIndex().dump(OS); in dump()
1358 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
1411 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
1412 return State->getCUIndex(); in getCUIndex()
H A DDWARFAcceleratorTable.cpp644 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
654 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
H A DDWARFUnit.cpp895 return Context.getCUIndex(); in getDWARFUnitIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp