Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h80 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/
DRTDyldMemoryManager.h80 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/
DKaleidoscopeJIT.h113 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/
DExecutionEngineTest.cpp145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ChildTarget/
DChildTarget.cpp45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/external/llvm/tools/lli/ChildTarget/
DChildTarget.cpp45 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h70 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp88 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
DKaleidoscopeJIT.h58 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp87 return RTDyldMemoryManager::getSymbolAddressInProcess(Name); in main()
/external/llvm/examples/Kaleidoscope/include/
DKaleidoscopeJIT.h110 if (auto SymAddr = RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in findMangledSymbol()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h80 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h68 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h90 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h108 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/llvm/tools/lli/
DOrcLazyJIT.h91 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp216 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h116 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp229 RTDyldMemoryManager::getSymbolAddressInProcess(const std::string &Name) { in getSymbolAddressInProcess() function in llvm::RTDyldMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h103 RTDyldMemoryManager::getSymbolAddressInProcess(Name)) in KaleidoscopeJIT()
/external/llvm/docs/tutorial/
DBuildingAJIT1.rst198 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/
DBuildingAJIT1.rst216 RTDyldMemoryManager::getSymbolAddressInProcess(Name))
268 findSymbol. This will use the RTDyldMemoryManager::getSymbolAddressInProcess
372 | RTDyldMemoryManager.h | RTDyldMemoryManager::getSymbolAddressInProcess|
/external/skqp/src/sksl/
DSkSLJIT.cpp213 result = llvm::RTDyldMemoryManager::getSymbolAddressInProcess(name); in resolveSymbol()
/external/skia/src/sksl/
DSkSLJIT.cpp213 result = llvm::RTDyldMemoryManager::getSymbolAddressInProcess(name); in resolveSymbol()