Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/
DTypes.h97 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DTypes.h124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
DCore.h3956 LLVMModuleProviderRef
3962 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4026 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h889 inline Module *unwrap(LLVMModuleProviderRef MP) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3991 LLVMModuleProviderRef
3993 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
3996 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
4077 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()