Searched refs:LLVMInt8TypeInContext (Results 1 – 4 of 4) sorted by relevance
806 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
301 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) { in LLVMInt8TypeInContext() function321 return LLVMInt8TypeInContext(LLVMGetGlobalContext()); in LLVMInt8Type()
257 return LLVMInt8TypeInContext(Context); in llvm_i8_type()
479 func (c Context) Int8Type() (t Type) { t.C = C.LLVMInt8TypeInContext(c.C); return }