Searched refs:LLVMInt8TypeInContext (Results 1 – 4 of 4) sorted by relevance
1164 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
582 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function605 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 }