HomeSort by: relevance | last modified time | path
    Searched defs:ConstantDataVector (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 566 /// This is the common base class of ConstantDataArray and ConstantDataVector.
751 class ConstantDataVector final : public ConstantDataSequential {
754 explicit ConstantDataVector(Type *ty, const char *Data)
763 ConstantDataVector(const ConstantDataVector &) = delete;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 312 | ConstantDataVector
llvm_ocaml.c 642 ConstantDataVector,
670 DEFINE_CASE(Val, ConstantDataVector);

Completed in 62 milliseconds