Searched refs:LLVMInt64TypeInContext (Results 1 – 4 of 4) sorted by relevance
809 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
310 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) { in LLVMInt64TypeInContext() function330 return LLVMInt64TypeInContext(LLVMGetGlobalContext()); in LLVMInt64Type()
272 return LLVMInt64TypeInContext(Context); in llvm_i64_type()
482 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }