Home
last modified time | relevance | path

Searched refs:getSymbolAddressInProcess (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h80 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/
DRTDyldMemoryManager.h79 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/
DRTDyldMemoryManager.h79 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/
DRTDyldMemoryManager.h79 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/
DRTDyldMemoryManager.h79 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 DRTDyldMemoryManager.h79 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 DRTDyldMemoryManager.h79 static uint64_t getSymbolAddressInProcess(const std::string &Name);
86 return getSymbolAddressInProcess(Name); in getSymbolAddress()
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
/aosp_15_r20/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h70 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
H A Dserver.cpp87 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h80 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h90 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp216 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
/aosp_15_r20/external/llvm/tools/lli/
H A DOrcLazyJIT.h91 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp229 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h116 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp221 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
/aosp_15_r20/external/llvm/docs/tutorial/
H A DBuildingAJIT1.rst198 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 Dllvm_jit.cpp284 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) {