Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h364 virtual uint64_t getFunctionAddress(const std::string &Name) { in getFunctionAddress() function
/external/llvm/include/llvm/Object/
DStackMapParser.h55 uint64_t getFunctionAddress() const { in getFunctionAddress() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h209 uint64_t getFunctionAddress(const std::string &Name) override { in getFunctionAddress() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp370 uint64_t MCJIT::getFunctionAddress(const std::string &Name) { in getFunctionAddress() function in MCJIT