Home
last modified time | relevance | path

Searched refs:LLVMX86FP80TypeInContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h759 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp359 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) { in LLVMX86FP80TypeInContext() function
385 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext()); in LLVMX86FP80Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c299 return LLVMX86FP80TypeInContext(Context); in llvm_x86fp80_type()
/external/llvm/bindings/go/llvm/
Dir.go508 func (c Context) X86FP80Type() (t Type) { t.C = C.LLVMX86FP80TypeInContext(c.C); return }