Home
last modified time | relevance | path

Searched refs:OutMod (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h131 LLVMModuleRef *OutMod, char **OutError);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp261 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument
264 *OutMod = wrap(Mod); in LLVMRemoveModule()