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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.h156 /// getPointerToFunctionOrStub - If the specified function has been
160 void *getPointerToFunctionOrStub(Function *F);
H A DJITEmitter.cpp1213 // getPointerToFunctionOrStub - If the specified function has been
1217 void *JIT::getPointerToFunctionOrStub(Function *F) {
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h328 /// getPointerToFunctionOrStub - If the specified function has been
332 virtual void *getPointerToFunctionOrStub(Function *F) { function in class:llvm::ExecutionEngine
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp841 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F)));

Completed in 63 milliseconds