Searched refs:getImageBase (Results 1 – 14 of 14) sorted by relevance
36 uint64_t getImageBase() { in getImageBase() function115 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
123 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()185 return CoffObject->getImageBase(); in getModulePreferredBase()
27 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
179 uint64_t TargetInfo::getImageBase() { in getImageBase() function in TargetInfo
88 uint64_t getImageBase();
1188 static Optional<uint64_t> getImageBase(opt::InputArgList &Args) { in getImageBase() function1453 Config->ImageBase = getImageBase(Args); in link()
1029 return std::min(StartAddr, Target->getImageBase() + elf::getHeaderSize()); in getInitialDot()
1415 addInt(DT_MIPS_BASE_ADDRESS, Target->getImageBase()); in finalizeContents()
185 Result += getImageBase(); in getSymbolAddress()285 Result += getImageBase(); in getSectionAddress()441 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile452 uint64_t ImageBase = getImageBase(); in getVaPtr()
960 FunctionAddress = COFF.getImageBase() + RF.BeginAddress; in dumpUnpackedEntry()999 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA(); in dumpUnpackedEntry()
777 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
1042 uint64_t getImageBase() const;
520 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon08ea40620111::MicrosoftCXXABI541 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
1450 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()