Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp186 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement, in formatSymbol()
191 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
199 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
371 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; in printRuntimeFunction()
H A DARMWinEHPrinter.cpp319 SymbolAddress = COFF.getImageBase() + ImmediateOffset; in getSymbolForLocation()
H A DCOFFDumper.cpp783 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/llvm-project-15.0.7/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.h74 uint64_t getImageBase() { in getImageBase() function
302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
225 return CoffObject->getImageBase(); in getModulePreferredBase()
/llvm-project-15.0.7/lld/ELF/
H A DTarget.cpp180 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in TargetInfo
H A DTarget.h113 uint64_t getImageBase() const;
H A DLinkerScript.cpp1301 dot = target->getImageBase(); in assignAddresses()
H A DDriver.cpp1723 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase() function
2722 config->imageBase = getImageBase(args); in link()
H A DSyntheticSections.cpp1521 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase()); in computeContents()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp28 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp182 Result += getImageBase(); in getSymbolAddress()
281 Result += getImageBase(); in getSectionAddress()
455 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
466 uint64_t ImageBase = getImageBase(); in getVaPtr()
1936 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp64 return Section->VirtualAddress + Obj.getImageBase(); in getSectionAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h1080 uint64_t getImageBase() const;
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp702 Result.insert(CO->getImageBase() + RVA); in findSanitizerCovFunctions()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp541 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anondeb872430111::MicrosoftCXXABI
562 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1354 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()