Searched refs:LLVMInt64TypeInContext (Results 1 – 4 of 4) sorted by relevance
1152 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
580 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function603 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 }