Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h221 const DWARFUnitIndex &getCUIndex();
DDWARFAcceleratorTable.h299 Optional<uint64_t> getCUIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h287 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h151 const DWARFUnitIndex &getCUIndex();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp402 return Context.getCUIndex(); in getDWARFUnitIndex()
DDWARFContext.cpp173 getCUIndex().dump(OS); in dump()
276 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp448 getCUIndex().dump(OS); in dump()
589 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
635 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
DDWARFAcceleratorTable.cpp548 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
559 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
DDWARFUnit.cpp545 return Context.getCUIndex(); in getDWARFUnitIndex()
DDWARFVerifier.cpp1089 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp223 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()