Home
last modified time | relevance | path

Searched refs:getSymbolAddressInProcess (Results 1 – 12 of 12) 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/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp145 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
148 RTDyldMemoryManager::getSymbolAddressInProcess("_x")); in TEST_F()
/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/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/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h90 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/llvm/docs/tutorial/
DBuildingAJIT1.rst198 RTDyldMemoryManager::getSymbolAddressInProcess(Name))
263 RTDyldMemoyrManager::getSymbolAddressInProcess method to search for the symbol
350 | RTDyldMemoryManager.h | RTDyldMemoryManager::getSymbolAddressInProcess|