Searched refs:LLVMInt8TypeInContext (Results 1 – 4 of 4) sorted by relevance
1149 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
571 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function594 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
420 return LLVMInt8TypeInContext(Context); in llvm_i8_type()
546 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return }