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

/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp384 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { function in class:MCJIT
392 // Deprecated. Use getFunctionAddress instead.
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h253 /// locally can use the getFunctionAddress call, which will generate code
337 /// getFunctionAddress instead.
346 /// getFunctionAddress instead.
362 /// getFunctionAddress - Return the address of the specified function.
364 virtual uint64_t getFunctionAddress(const std::string &Name) { function in class:llvm::ExecutionEngine
/external/llvm/include/llvm/Object/
H A DStackMapParser.h54 uint64_t getFunctionAddress() const { function in class:llvm::StackMapV1Parser::FunctionAccessor

Completed in 303 milliseconds