HomeSort by relevance Sort by last modified time
    Searched defs:LLVMModuleRef (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /external/swiftshader/third_party/llvm-subzero/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm-c/
Types.h 62 typedef struct LLVMOpaqueModule *LLVMModuleRef;
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 63 typedef struct LLVMOpaqueModule *LLVMModuleRef;
320 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
321 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
325 void LLVMDisposeModule(LLVMModuleRef M);
328 const char *LLVMGetDataLayout(LLVMModuleRef M);
329 void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
332 const char *LLVMGetTarget(LLVMModuleRef M);
333 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
336 void LLVMDumpModule(LLVMModuleRef M);
339 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm)
    [all...]

Completed in 1250 milliseconds