Home
last modified time | relevance | path

Searched refs:getPointerToFunction (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h350 virtual void *getPointerToFunction(Function *F) = 0;
361 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp31 void *FPtr = getPointerToFunction(F); in runFunction()
H A DOrcMCJITReplacement.h357 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h197 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp408 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
511 void *FPtr = getPointerToFunction(F); in runFunction()
H A DMCJIT.h261 void *getPointerToFunction(Function *F) override;
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp611 (void)EE->getPointerToFunction(EntryFn); in main()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp344 void *fun_ptr = m_execution_engine_ap->getPointerToFunction(&function); in GetRunnableInfo()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp577 return getPointerToFunction(F); in getPointerToGlobal()