HomeSort by relevance Sort by last modified time
    Searched refs:getPointerToFunctionOrStub (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.h 156 /// getPointerToFunctionOrStub - If the specified function has been
160 void *getPointerToFunctionOrStub(Function *F) override;
JITEmitter.cpp     [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 383 /// getPointerToFunctionOrStub - If the specified function has been
390 virtual void *getPointerToFunctionOrStub(Function *F) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 890 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F)));
    [all...]

Completed in 49 milliseconds