Searched defs:LLVMModuleProviderRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm-c/
H A DCore.h79 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef in typeref:struct:LLVMOpaqueModuleProvider
1053 LLVMModuleProviderRef
1058 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
1090 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
1163 /* LLVMModuleProviderRef exists for historical reasons, but now just holds a
1166 inline Module *unwrap(LLVMModuleProviderRef MP) {

Completed in 24 milliseconds