Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h407 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp346 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT