HomeSort by relevance Sort by last modified time
    Searched refs:LLVMX86FP80TypeInContext (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm-c/
Core.h 759 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 359 LLVMTypeRef LLVMX86FP80TypeInContext(LLVMContextRef C) {
385 return LLVMX86FP80TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 299 return LLVMX86FP80TypeInContext(Context);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 508 func (c Context) X86FP80Type() (t Type) { t.C = C.LLVMX86FP80TypeInContext(c.C); return }
    [all...]

Completed in 67 milliseconds