Searched refs:LLVMX86FP80TypeInContext (Results 1 – 5 of 5) sorted by relevance
85 return LLVMX86FP80TypeInContext(Ctx); in Clone()
1217 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
641 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) { in LLVMX86FP80TypeInContext() function670 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext()); in LLVMX86FP80Type()
462 return LLVMX86FP80TypeInContext(Context); in llvm_x86fp80_type()
573 func (c Context) X86FP80Type() (t Type) { t.C = C.LLVMX86FP80TypeInContext(c.C); return }