| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 186 } 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 D | ARMWinEHPrinter.cpp | 321 SymbolAddress = COFF.getImageBase() + ImmediateOffset; in getSymbolForLocation()
|
| H A D | COFFDumper.cpp | 834 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFX86_64.h | 35 uint64_t getImageBase() { in getImageBase() function 115 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
|
| H A D | RuntimeDyldCOFFAArch64.h | 75 uint64_t getImageBase() { in getImageBase() function 303 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols() 230 return CoffObject->getImageBase(); in getModulePreferredBase()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 178 uint64_t TargetInfo::getImageBase() const { in getImageBase() function in TargetInfo
|
| H A D | Target.h | 119 uint64_t getImageBase() const;
|
| H A D | LinkerScript.cpp | 1399 dot = target->getImageBase(); in assignAddresses()
|
| H A D | Driver.cpp | 2090 static std::optional<uint64_t> getImageBase(opt::InputArgList &args) { in getImageBase() function 3112 config->imageBase = getImageBase(args); in link()
|
| H A D | SyntheticSections.cpp | 1535 addInt(DT_MIPS_BASE_ADDRESS, target->getImageBase()); in computeContents()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 28 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 181 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() 1976 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 64 return Section->VirtualAddress + Obj.getImageBase(); in getSectionAddress()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 223 ErrorOr<uint64_t> ImageBase = COFFObj.getImageBase(); in mapVirtualAddress()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 1137 uint64_t getImageBase() const;
|
| /src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1679 uint64_t Start = CodeMap[i].getStart() + COFFObj->getImageBase(); in disassembleObject() 1801 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 564 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon36af8ea80111::MicrosoftCXXABI 585 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
|