Searched refs:getCUOffset (Results 1 – 5 of 5) sorted by relevance
49 result.insert(ni.getCUOffset(cu)); in GetUnits()55 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()139 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
57 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;
292 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry561 return NameIdx->getCUOffset(*Index); in getCUOffset()580 uint32_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex687 W.startLine() << format("CU[%u]: 0x%08x\n", CU, getCUOffset(CU)); in dumpCUs()883 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
954 uint32_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()1248 uint32_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
337 llvm::Optional<uint64_t> CUOff = Entry.getCUOffset(); in toDie()