Searched refs:getImageBase (Results 1 – 14 of 14) sorted by relevance
36 uint64_t getImageBase() { in getImageBase() function109 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
123 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()185 return CoffObject->getImageBase(); in getModulePreferredBase()
106 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()168 return CoffObject->getImageBase(); in getModulePreferredBase()
27 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
176 Result += getImageBase(); in getSymbolAddress()273 Result += getImageBase(); in getSectionAddress()424 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile435 uint64_t ImageBase = getImageBase(); in getVaPtr()
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()
860 uint64_t getImageBase() const;
1034 uint64_t getImageBase() const;
758 Result.insert(CO->getImageBase() + RVA); in findSanitizerCovFunctions()
1041 uint64_t VA = COFFObj->getImageBase() + RVA; in DisassembleObject()
772 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
513 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon5753a2fe0111::MicrosoftCXXABI532 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
1362 uint64_t VA = COFFObj->getImageBase() + RVA; in DisassembleObject()