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

/freebsd-11.0-release/contrib/llvm/include/llvm-c/
H A DTypes.h97 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef in typeref:struct:LLVMOpaqueModuleProvider
H A DCore.h2798 LLVMModuleProviderRef
2804 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
2868 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DModule.h651 /* LLVMModuleProviderRef exists for historical reasons, but now just holds a
654 inline Module *unwrap(LLVMModuleProviderRef MP) {
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DCore.cpp2830 LLVMModuleProviderRef
2832 return reinterpret_cast<LLVMModuleProviderRef>(M);
2835 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) {
2916 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) {

Completed in 77 milliseconds