Searched refs:LLVMInt8Type (Results 1 – 4 of 4) sorted by relevance
64 #define LLVMInt8Type ILLEGAL_LLVM_FUNCTION macro
723 LLVMTypeRef LLVMInt8Type(void);
325 LLVMTypeRef LLVMInt8Type(void) { in LLVMInt8Type() function
491 func Int8Type() (t Type) { t.C = C.LLVMInt8Type(); return }