Searched refs:LLVMInt64TypeInContext (Results 1 – 4 of 4) sorted by relevance
1167 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
591 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function614 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
435 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }