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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp360 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { function in class:MCJIT
368 // Deprecated. Use getFunctionAddress instead.
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h243 /// locally can use the getFunctionAddress call, which will generate code
326 /// getFunctionAddress instead.
335 /// getFunctionAddress instead.
351 /// getFunctionAddress - Return the address of the specified function.
353 virtual uint64_t getFunctionAddress(const std::string &Name) { function in class:llvm::ExecutionEngine

Completed in 104 milliseconds