Home
last modified time | relevance | path

Searched defs:getFunctionAddress (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h385 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DStackMapParser.h60 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT