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

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

Completed in 240 milliseconds