Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm-c/
H A DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
H A DCore.h4721 LLVMModuleProviderRef
4727 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4778 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/llvm-project/llvm/include/llvm/IR/
H A DModule.h1086 /* LLVMModuleProviderRef exists for historical reasons, but now just holds a in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
1089 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/llvm-project/llvm/lib/IR/
H A DCore.cpp4483 LLVMModuleProviderRef
4485 return reinterpret_cast<LLVMModuleProviderRef>(M);
4488 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) {
4563 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) {