Home
last modified time | relevance | path

Searched refs:getSymbolLocalAddress (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h186 void *getSymbolLocalAddress(StringRef Name) const;
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h234 void *getSymbolLocalAddress(StringRef Name) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h441 uint8_t* getSymbolLocalAddress(StringRef Name) const { in getSymbolLocalAddress() function
DRuntimeDyld.cpp1050 void *RuntimeDyld::getSymbolLocalAddress(StringRef Name) const { in getSymbolLocalAddress() function in llvm::RuntimeDyld
1053 return Dyld->getSymbolLocalAddress(Name); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp739 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h489 uint8_t* getSymbolLocalAddress(StringRef Name) const { in getSymbolLocalAddress() function
DRuntimeDyld.cpp1190 void *RuntimeDyld::getSymbolLocalAddress(StringRef Name) const { in getSymbolLocalAddress() function in llvm::RuntimeDyld
1193 return Dyld->getSymbolLocalAddress(Name); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp747 reinterpret_cast<uintptr_t>(getRTDyld().getSymbolLocalAddress(Symbol))); in getSymbolLocalAddr()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp455 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp449 void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint); in executeInput()