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

  /external/llvm/include/llvm/IR/
Constants.h 540 /// This is the common base class of ConstantDataArray and ConstantDataVector.
709 class ConstantDataVector final : public ConstantDataSequential {
711 ConstantDataVector(const ConstantDataVector &) = delete;
714 explicit ConstantDataVector(Type *ty, const char *Data)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h 562 /// This is the common base class of ConstantDataArray and ConstantDataVector.
739 class ConstantDataVector final : public ConstantDataSequential {
742 explicit ConstantDataVector(Type *ty, const char *Data)
753 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 272 | ConstantDataVector
    [all...]
llvm_ocaml.c 530 ConstantDataVector,
557 DEFINE_CASE(Val, ConstantDataVector);
    [all...]

Completed in 698 milliseconds