Home
last modified time | relevance | path

Searched refs:LLVMRecompileAndRelinkFunction (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DExecutionEngine.h119 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DExecutionEngine.h137 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,
/external/llvm/bindings/go/llvm/
Dexecutionengine.go164 return C.LLVMRecompileAndRelinkFunction(ee.C, f.C)
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp239 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, LLVMValueRef Fn) { in LLVMRecompileAndRelinkFunction() function
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp276 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE, in LLVMRecompileAndRelinkFunction() function