/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 80 static uint64_t getSymbolAddressInProcess(const std::string &Name); 87 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 80 static uint64_t getSymbolAddressInProcess(const std::string &Name); 87 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 113 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol() 122 RTDyldMemoryManager::getSymbolAddressInProcess(Name.substr(1))) in findMangledSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F() 148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F() 148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/external/llvm/tools/lli/ChildTarget/ |
D | ChildTarget.cpp | 45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 70 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
D | server.cpp | 88 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
D | KaleidoscopeJIT.h | 58 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
D | server.cpp | 87 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/external/llvm/examples/Kaleidoscope/include/ |
D | KaleidoscopeJIT.h | 110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 80 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
D | KaleidoscopeJIT.h | 68 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 90 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
D | KaleidoscopeJIT.h | 108 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/llvm/tools/lli/ |
D | OrcLazyJIT.h | 91 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 216 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 116 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 229 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
D | KaleidoscopeJIT.h | 103 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 198 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) 263 RTDyldMemoyrManager::getSymbolAddressInProcess method to search for the symbol 350 | RTDyldMemoryManager.h | RTDyldMemoryManager::getSymbolAddressInProcess|
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | BuildingAJIT1.rst | 216 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) 268 findSymbol. This will use the RTDyldMemoryManager::getSymbolAddressInProcess 372 | RTDyldMemoryManager.h | RTDyldMemoryManager::getSymbolAddressInProcess|
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 213 result = llvm::RTDyldMemoryManager::getSymbolAddressInProcess(name); in resolveSymbol()
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 213 result = llvm::RTDyldMemoryManager::getSymbolAddressInProcess(name); in resolveSymbol()
|