Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
H A DCore.h4353 LLVMModuleProviderRef
4359 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4410 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1075 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4161 LLVMModuleProviderRef
4163 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
4166 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
4241 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()