Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
H A DCore.h4044 LLVMModuleProviderRef
4050 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4114 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h958 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4077 LLVMModuleProviderRef
4079 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
4082 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
4163 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()