Searched defs:LLVMTypeRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm-c/
H A DCore.h81 * Each value in the LLVM IR has a type, an LLVMTypeRef.
85 typedef struct LLVMOpaqueType *LLVMTypeRef; typedef in typeref:struct:LLVMOpaqueType
646 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
683 LLVMTypeRef FunctionTy);
762 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
771 LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
778 LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);
785 void LLVMDumpType(LLVMTypeRef Val);
793 char *LLVMPrintTypeToString(LLVMTypeRef Val);
806 LLVMTypeRef LLVMInt1TypeInContex
[all...]

Completed in 64 milliseconds