HomeSort by: relevance | last modified time | path
    Searched defs:getImageBase (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 35 uint64_t getImageBase() {
115 const uint64_t ImageBase = getImageBase();
RuntimeDyldCOFFAArch64.h 74 uint64_t getImageBase() {
302 uint64_t RVA = Value + RE.Addend - getImageBase();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 182 Result += getImageBase();
281 Result += getImageBase();
447 uint64_t COFFObjectFile::getImageBase() const {
458 uint64_t ImageBase = getImageBase();
1870 uint64_t VA = Entry.DataRVA + Obj->getImageBase();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 535 llvm::GlobalVariable *getImageBase() {
556 llvm::ConstantExpr::getPtrToInt(getImageBase(), CGM.IntPtrTy);

Completed in 27 milliseconds