Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h270 const DWARFUnitIndex &getCUIndex();
H A DDWARFAcceleratorTable.h301 Optional<uint64_t> getCUIndex() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h285 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp554 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
565 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
H A DDWARFContext.cpp566 getCUIndex().dump(OS); in dump()
699 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
746 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
H A DDWARFUnit.cpp706 return Context.getCUIndex(); in getDWARFUnitIndex()
H A DDWARFVerifier.cpp1278 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp261 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()