Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
H A DCore.h4629 LLVMModuleProviderRef
4635 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4686 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1088 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4395 LLVMModuleProviderRef
4397 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
4400 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
4475 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()