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

  /external/llvm/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /external/swiftshader/third_party/llvm-subzero/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm-c/
Types.h 65 * Each value in the LLVM IR has a type, an LLVMTypeRef.
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 66 * Each value in the LLVM IR has a type, an LLVMTypeRef. See the llvm::Type
69 typedef struct LLVMOpaqueType *LLVMTypeRef;
362 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
363 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
366 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
369 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
370 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
371 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
372 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
373 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C)
    [all...]

Completed in 313 milliseconds