Searched refs:getPointerToFunctionOrStub (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h352 /// getPointerToFunctionOrStub - If the specified function has been
359 virtual void *getPointerToFunctionOrStub(Function *F) { function in class:llvm::ExecutionEngine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp911 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F)));

Completed in 102 milliseconds