Home
last modified time | relevance | path

Searched refs:getImageBase (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp189 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement, in formatSymbol()
194 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
202 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
393 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; in printRuntimeFunction()
H A DARMWinEHPrinter.cpp322 SymbolAddress = COFF.getImageBase() + ImmediateOffset; in getSymbolForLocation()
H A DCOFFDumper.cpp836 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h35 uint64_t getImageBase() { in getImageBase() function
115 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
H A DRuntimeDyldCOFFAArch64.h86 uint64_t getImageBase() { in getImageBase() function
317 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp129 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
229 return CoffObject->getImageBase(); in getModulePreferredBase()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp28 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp168 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in TargetInfo
H A DTarget.h122 uint64_t getImageBase() const;
H A DLinkerScript.cpp1531 dot = ctx.target->getImageBase(); in assignAddresses()
H A DDriver.cpp2263 static std::optional<uint64_t> getImageBase(Ctx &ctx, opt::InputArgList &args) { in getImageBase() function
3418 ctx.arg.imageBase = getImageBase(ctx, args); in link()
H A DWriter.cpp1626 : ctx.target->getImageBase(); in finalizeAddressDependentContent()
H A DSyntheticSections.cpp1589 addInt(DT_MIPS_BASE_ADDRESS, ctx.target->getImageBase()); in computeContents()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp181 Result += getImageBase(); in getSymbolAddress()
280 Result += getImageBase(); in getSectionAddress()
454 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
465 uint64_t ImageBase = getImageBase(); in getVaPtr()
764 getRvaPtr(ChpeOff - getImageBase(), IntPtr, "CHPE metadata")) in initLoadConfigPtr()
2387 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp58 return Section->VirtualAddress + Obj.getImageBase(); in getSectionAddress()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp223 ErrorOr<uint64_t> ImageBase = COFFObj.getImageBase(); in mapVirtualAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1195 uint64_t getImageBase() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1732 uint64_t Start = CodeMap[i].getStart() + COFFObj->getImageBase(); in disassembleObject()
1879 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp560 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon9a42cb130111::MicrosoftCXXABI
581 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()