HomeSort by: relevance | last modified time | path
    Searched refs:LLVMModuleProviderRef (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Types.h 124 typedef struct LLVMOpaqueModuleProvider *LLVMModuleProviderRef;
Core.h 4036 LLVMModuleProviderRef
4042 void LLVMDisposeModuleProvider(LLVMModuleProviderRef M);
4106 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef MP);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 948 /* LLVMModuleProviderRef exists for historical reasons, but now just holds a
951 inline Module *unwrap(LLVMModuleProviderRef MP) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 4066 LLVMModuleProviderRef
4068 return reinterpret_cast<LLVMModuleProviderRef>(M);
4071 void LLVMDisposeModuleProvider(LLVMModuleProviderRef MP) {
4152 LLVMPassManagerRef LLVMCreateFunctionPassManager(LLVMModuleProviderRef P) {
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 50 C C.LLVMModuleProviderRef

Completed in 58 milliseconds