Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h36 uint64_t getImageBase() { in getImageBase() function
115 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp123 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
185 return CoffObject->getImageBase(); in getModulePreferredBase()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp27 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.cpp179 uint64_t TargetInfo::getImageBase() { in getImageBase() function in TargetInfo
H A DTarget.h88 uint64_t getImageBase();
H A DDriver.cpp1188 static Optional<uint64_t> getImageBase(opt::InputArgList &Args) { in getImageBase() function
1453 Config->ImageBase = getImageBase(Args); in link()
H A DLinkerScript.cpp1029 return std::min(StartAddr, Target->getImageBase() + elf::getHeaderSize()); in getInitialDot()
H A DSyntheticSections.cpp1415 addInt(DT_MIPS_BASE_ADDRESS, Target->getImageBase()); in finalizeContents()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp185 Result += getImageBase(); in getSymbolAddress()
285 Result += getImageBase(); in getSectionAddress()
441 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
452 uint64_t ImageBase = getImageBase(); in getVaPtr()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp960 FunctionAddress = COFF.getImageBase() + RF.BeginAddress; in dumpUnpackedEntry()
999 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA(); in dumpUnpackedEntry()
H A DCOFFDumper.cpp777 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1042 uint64_t getImageBase() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp520 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon08ea40620111::MicrosoftCXXABI
541 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1450 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()