Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp36 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
40 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
H A DDWARFUnit.cpp912 Index = &context.GetAsLLVM().getCUIndex(); in extract()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h283 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h277 const DWARFUnitIndex &getCUIndex();
H A DDWARFAcceleratorTable.h302 std::optional<uint64_t> getCUIndex() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp554 std::optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
565 std::optional<uint64_t> Index = getCUIndex(); in getCUOffset()
H A DDWARFContext.cpp569 getCUIndex().dump(OS); in dump()
731 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
850 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
H A DDWARFUnit.cpp884 return Context.getCUIndex(); in getDWARFUnitIndex()
H A DDWARFVerifier.cpp1377 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp267 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()