Searched refs:getImageBase (Results 1 – 12 of 12) sorted by relevance
148 } 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()
291 SymbolAddress = COFF.getImageBase() + ImmediateOffset; in getSymbolForLocation()
779 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
35 uint64_t getImageBase() { in getImageBase() function115 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
74 uint64_t getImageBase() { in getImageBase() function302 uint64_t RVA = Value + RE.Addend - getImageBase(); in resolveRelocation()
130 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()225 return CoffObject->getImageBase(); in getModulePreferredBase()
26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
182 Result += getImageBase(); in getSymbolAddress()281 Result += getImageBase(); in getSectionAddress()447 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile458 uint64_t ImageBase = getImageBase(); in getVaPtr()1870 uint64_t VA = Entry.DataRVA + Obj->getImageBase(); in getContents()
1080 uint64_t getImageBase() const;
679 Result.insert(CO->getImageBase() + RVA); in findSanitizerCovFunctions()
535 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anonb3a31e5e0111::MicrosoftCXXABI556 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
1137 uint64_t VA = COFFObj->getImageBase() + RVA; in disassembleObject()