Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DTypes.h97 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef; typedef
DCore.h2798 LLVMModuleProviderRef
2804 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
2868 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h43 LLVMModuleProviderRef provider;
/external/llvm/include/llvm/IR/
DModule.h654 inline Module *unwrap(LLVMModuleProviderRef MP) {
/external/llvm/lib/IR/
DCore.cpp2830 LLVMModuleProviderRef
2832 return reinterpret_cast<LLVMModuleProviderRef>(M); in LLVMCreateModuleProviderForExistingModule()
2835 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) { in LLVMDisposeModuleProvider()
2916 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) { in LLVMCreateFunctionPassManager()
/external/llvm/bindings/go/llvm/
Dir.go47 C C.LLVMModuleProviderRef