Searched refs:getUnitForOffset (Results 1 – 13 of 13) sorted by relevance
40 virtual DWARFUnit *getUnitForOffset(uint32_t Offset) const = 0;69 UnitType *getUnitForOffset(uint32_t Offset) const override { in getUnitForOffset() function
135 DWARFUnit *getUnitForOffset(uint64_t Offset) const;
126 DWARFUnit *getUnitForOffset(uint64_t Offset) const;
32 Unit = Unit->getUnitSection().getUnitForOffset(*Offset); in findUnitAndExtractFast()
444 return CUs.getUnitForOffset(Offset); in getCompileUnitForOffset()
413 if (auto SpecUnit = U->getUnitVector().getUnitForOffset(SpecRef->Offset)) in getAttributeValueAsReferencedDie()
131 DWARFUnit *DWARFUnitVector::getUnitForOffset(uint64_t Offset) const { in getUnitForOffset() function in DWARFUnitVector
728 if (auto *CU = NormalUnits.getUnitForOffset(Offset)) in getDIEForOffset()990 NormalUnits.getUnitForOffset(Offset)); in getCompileUnitForOffset()
403 if (auto SpecUnit = U->getUnitVector().getUnitForOffset(SpecRef->Offset)) in getAttributeValueAsReferencedDie()
679 if (auto *CU = NormalUnits.getUnitForOffset(Offset)) in getDIEForOffset()932 NormalUnits.getUnitForOffset(Offset)); in getCompileUnitForOffset()
129 DWARFUnit *DWARFUnitVector::getUnitForOffset(uint64_t Offset) const { in getUnitForOffset() function in DWARFUnitVector
54 static CompileUnit *getUnitForOffset(const UnitListTy &Units, uint64_t Offset) { in getUnitForOffset() function73 if ((RefCU = getUnitForOffset(Units, RefOffset))) in resolveDIEReference()
1470 static CompileUnit *getUnitForOffset(MutableArrayRef<CompileUnit> Units, in getUnitForOffset() function1491 if ((RefCU = getUnitForOffset(Units, RefOffset))) in resolveDIEReference()