Searched refs:LLVMX86FP80TypeInContext (Results 1 – 4 of 4) sorted by relevance
759 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
359 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) { in LLVMX86FP80TypeInContext() function385 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext()); in LLVMX86FP80Type()
299 return LLVMX86FP80TypeInContext(Context); in llvm_x86fp80_type()
508 func (c Context) X86FP80Type() (t Type) { t.C = C.LLVMX86FP80TypeInContext(c.C); return }