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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp149 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement,
154 OS << format(" (0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement);
162 OS << format("(0x%" PRIX64 ")", Ctx.COFF.getImageBase() + Displacement);
333 uint64_t Address = Ctx.COFF.getImageBase() + RF.UnwindInfoOffset;
H A DARMWinEHPrinter.cpp887 const uint64_t Address = COFF.getImageBase() + XData.ExceptionHandlerRVA();
929 Function = getSymbol(COFF, COFF.getImageBase() + RF.BeginAddress,
963 FunctionAddress = COFF.getImageBase() + RF.BeginAddress;
1002 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA();
H A DCOFFDumper.cpp762 OS << W.hex(Obj->getImageBase() + RVA);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h35 uint64_t getImageBase() { function in class:llvm::RuntimeDyldCOFFX86_64
114 const uint64_t ImageBase = getImageBase();
H A DRuntimeDyldCOFFAArch64.h74 uint64_t getImageBase() { function in class:llvm::RuntimeDyldCOFFAArch64
291 uint64_t RVA = Value + RE.Addend - getImageBase();
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.cpp182 uint64_t TargetInfo::getImageBase() const { function in class:lld::elf::TargetInfo
H A DTarget.h92 uint64_t getImageBase() const;
H A DLinkerScript.cpp1087 dot = target->getImageBase();
H A DDriver.cpp1333 static Optional<uint64_t> getImageBase(opt::InputArgList &args) { function in namespace:lld::elf
1948 config->imageBase = getImageBase(args);
H A DSyntheticSections.cpp1460 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp147 uint64_t ImageBase = CoffObj->getImageBase();
218 return CoffObject->getImageBase();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp184 Result += getImageBase();
283 Result += getImageBase();
439 uint64_t COFFObjectFile::getImageBase() const { function in class:COFFObjectFile
450 uint64_t ImageBase = getImageBase();
1849 uint64_t VA = Entry.DataRVA + Obj->getImageBase();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1046 uint64_t getImageBase() const;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1197 uint64_t VA = COFFObj->getImageBase() + RVA;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp523 llvm::GlobalVariable *getImageBase() { function in class:__anon2961::MicrosoftCXXABI
544 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy);

Completed in 212 milliseconds