Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h36 uint64_t getImageBase() { in getImageBase() function
109 const uint64_t ImageBase = getImageBase(); in resolveRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp123 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
185 return CoffObject->getImageBase(); in getModulePreferredBase()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp106 uint64_t ImageBase = CoffObj->getImageBase(); in addCoffExportSymbols()
168 return CoffObject->getImageBase(); in getModulePreferredBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp27 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp27 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); in PDBContext()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp176 Result += getImageBase(); in getSymbolAddress()
273 Result += getImageBase(); in getSectionAddress()
424 uint64_t COFFObjectFile::getImageBase() const { in getImageBase() function in COFFObjectFile
435 uint64_t ImageBase = getImageBase(); in getVaPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
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()
/external/llvm/include/llvm/Object/
DCOFF.h860 uint64_t getImageBase() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1034 uint64_t getImageBase() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp758 Result.insert(CO->getImageBase() + RVA); in findSanitizerCovFunctions()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1041 uint64_t VA = COFFObj->getImageBase() + RVA; in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp772 OS << W.hex(Obj->getImageBase() + RVA); in printRVATable()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp513 llvm::GlobalVariable *getImageBase() { in getImageBase() function in __anon5753a2fe0111::MicrosoftCXXABI
532 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy); in getImageRelativeConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1362 uint64_t VA = COFFObj->getImageBase() + RVA; in DisassembleObject()