Home
last modified time | relevance | path

Searched refs:LLVMPPCFP128TypeInContext (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp86 return LLVMPPCFP128TypeInContext(Ctx); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1213 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp636 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) { in LLVMPPCFP128TypeInContext() function
665 return LLVMPPCFP128TypeInContext(LLVMGetGlobalContext()); in LLVMPPCFP128Type()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c472 return LLVMPPCFP128TypeInContext(Context); in llvm_ppc_fp128_type()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return }