OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMAddModule
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
ExecutionEngine.h
146
void
LLVMAddModule
(LLVMExecutionEngineRef EE, LLVMModuleRef M);
148
/** Deprecated: Use
LLVMAddModule
instead. */
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
283
void
LLVMAddModule
(LLVMExecutionEngineRef EE, LLVMModuleRef M){
289
LLVMAddModule
(EE, reinterpret_cast<LLVMModuleRef>(MP));
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
211
LLVMAddModule
(EE, M);
Completed in 213 milliseconds