Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h385 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DStackMapParser.h60 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp404 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT