Home
last modified time | relevance | path

Searched refs:getBaseAddress (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp650 return RangeList.getAbsoluteRanges(getBaseAddress()); in findRnglistFromOffset()
657 return RangeListOrError.get().getAbsoluteRanges(getBaseAddress(), *this); in findRnglistFromOffset()
693 Offset, getBaseAddress(), in findLoclistFromOffset()
985 llvm::Optional<object::SectionedAddress> DWARFUnit::getBaseAddress() { in getBaseAddress() function in DWARFUnit
H A DDWARFDie.cpp90 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), MRI, in dumpLocationList()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp421 if (Event.Address == Binary->getBaseAddress()) { in updateBinaryAddress()
443 Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()
453 if (Event.Offset - *It != Event.Address - Binary->getBaseAddress()) in updateBinaryAddress()
H A DProfiledBinary.h352 uint64_t getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h354 const MCSymbol *getBaseAddress() const { return BaseAddress; } in getBaseAddress() function
H A DDwarfDebug.cpp2759 const MCSymbol *CUBase = CU.getBaseAddress(); in emitRangeList()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h400 llvm::Optional<object::SectionedAddress> getBaseAddress();
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp524 Unit.getBaseAddress(); in updateUnitDebugInfo()