Home
last modified time | relevance | path

Searched refs:getCUOffset (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h57 virtual Optional<uint64_t> getCUOffset() const = 0;
126 Optional<uint64_t> getCUOffset() const override;
288 Optional<uint64_t> getCUOffset() const override;
422 uint32_t getCUOffset(uint32_t CU) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
558 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
562 return NameIdx->getCUOffset(*Index); in getCUOffset()
581 uint32_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
689 W.startLine() << format("CU[%u]: 0x%08x\n", CU, getCUOffset(CU)); in dumpCUs()
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
DDWARFVerifier.cpp806 uint32_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1097 uint32_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp324 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie()