Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp148 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement, in formatSymbol()
153 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
161 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement); in formatSymbol()
332 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset; in printRuntimeFunction()
H A DARMWinEHPrinter.cpp291 SymbolAddress = COFF.getImageBase() + ImmediateOffset; in getSymbolForLocation()
H A DCOFFDumper.cpp779 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/freebsd-13.1/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.h74 uint64_t getImageBase() { in getImageBase() function
302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
225 return CoffObject->getImageBase(); in getModulePreferredBase()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.cpp189 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in TargetInfo
H A DTarget.h109 uint64_t getImageBase() const;
H A DDriver.cpp1632 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase() function
2418 config->imageBase = getImageBase(args); in link()
H A DLinkerScript.cpp1240 dot = target->getImageBase(); in assignAddresses()
H A DSyntheticSections.cpp1522 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase()); in finalizeContents()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp182 Result += getImageBase(); in getSymbolAddress()
281 Result += getImageBase(); in getSectionAddress()
454 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
465 uint64_t ImageBase = getImageBase(); in getVaPtr()
1877 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1080 uint64_t getImageBase() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp535 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anonf1ebc8c70111::MicrosoftCXXABI
556 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1200 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()