Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
H A DCore.h4125 LLVMModuleProviderRef
4131 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4197 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h983 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp4080 LLVMModuleProviderRef
4082 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
4085 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
4166 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go50 C C.LLVMModuleProviderRef