Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
225 return CoffObject->getImageBase(); in getModulePreferredBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp182 Result += getImageBase(); in getSymbolAddress()
281 Result += getImageBase(); in getSectionAddress()
447 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
458 uint64_t ImageBase = getImageBase(); in getVaPtr()
1870 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1080 uint64_t getImageBase() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp679 Result.insert(CO->getImageBase() + RVA); in findSanitizerCovFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp535 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anonb3a31e5e0111::MicrosoftCXXABI
556 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1137 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()