Searched refs:getCUOffset (Results 1 – 5 of 5) sorted by relevance
40 result.insert(ni.getCUOffset(cu)); in GetUnits()47 std::optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()139 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
56 virtual std::optional<uint64_t> getCUOffset() const = 0;126 std::optional<uint64_t> getCUOffset() const override;291 std::optional<uint64_t> getCUOffset() const override;425 uint64_t getCUOffset(uint32_t CU) const;
291 std::optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry564 std::optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry568 return NameIdx->getCUOffset(*Index); in getCUOffset()587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
1093 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()1385 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
409 std::optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie()