/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 80 static uint64_t getSymbolAddressInProcess(const std::string &Name); 87 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 79 static uint64_t getSymbolAddressInProcess(const std::string &Name); 86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/ |
H A D | ExecutionEngineTest.cpp | 145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F() 148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
|
/aosp_15_r20/external/llvm/tools/lli/ChildTarget/ |
H A D | ChildTarget.cpp | 45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 70 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
H A D | server.cpp | 87 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 80 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 90 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 216 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
|
/aosp_15_r20/external/llvm/tools/lli/ |
H A D | OrcLazyJIT.h | 91 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 229 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 116 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 221 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
|
/aosp_15_r20/external/llvm/docs/tutorial/ |
H A D | BuildingAJIT1.rst | 198 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) 263 RTDyldMemoyrManager::getSymbolAddressInProcess method to search for the symbol 350 | RTDyldMemoryManager.h | RTDyldMemoryManager::getSymbolAddressInProcess|
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | llvm_jit.cpp | 284 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) {
|