Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h376 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h57 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h353 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp399 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT