HomeSort by relevance Sort by last modified time
    Searched defs:ConstantDataVector (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Constants.h 522 /// This is the common base class of ConstantDataArray and ConstantDataVector.
692 /// ConstantDataVector - A vector constant whose element type is a simple
697 class ConstantDataVector : public ConstantDataSequential {
699 ConstantDataVector(const ConstantDataVector &) LLVM_DELETED_FUNCTION;
702 explicit ConstantDataVector(Type *ty, const char *Data)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 265 | ConstantDataVector
    [all...]
llvm_ocaml.c 483 ConstantDataVector,
510 DEFINE_CASE(Val, ConstantDataVector);
    [all...]

Completed in 71 milliseconds