Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp55 result.insert(ni.getCUOffset(cu)); in GetUnits()
128 std::optional<uint64_t> unit_offset = entry.getCUOffset(); in GetNonSkeletonUnit()
226 if (ni.getCUOffset(i) == cu_offset) { in GetGlobalVariables()
240 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h57 virtual std::optional<uint64_t> getCUOffset() const = 0;
220 std::optional<uint64_t> getCUOffset() const override;
445 std::optional<uint64_t> getCUOffset() const override;
635 uint64_t getCUOffset(uint32_t CU) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp295 std::optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
653 std::optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
657 return NameIdx->getCUOffset(*Index); in getCUOffset()
664 return NameIdx->getCUOffset(*Index); in getRelatedCUOffset()
744 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
861 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
1068 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
H A DDWARFVerifier.cpp1246 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1609 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp466 std::optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie()