HomeSort by relevance Sort by last modified time
    Searched defs:ConstantDataVector (Results 1 - 17 of 17) 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-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/darwin-x86/clang-4393122/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
736 class ConstantDataVector final : public ConstantDataSequential {
739 explicit ConstantDataVector(Type *ty, const char *Data)
748 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
736 class ConstantDataVector final : public ConstantDataSequential {
739 explicit ConstantDataVector(Type *ty, const char *Data)
748 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
736 class ConstantDataVector final : public ConstantDataSequential {
739 explicit ConstantDataVector(Type *ty, const char *Data)
748 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
736 class ConstantDataVector final : public ConstantDataSequential {
739 explicit ConstantDataVector(Type *ty, const char *Data)
748 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 ConstantDataVector(const ConstantDataVector &) = delete;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h 563 /// This is the common base class of ConstantDataArray and ConstantDataVector.
735 class ConstantDataVector final : public ConstantDataSequential {
738 explicit ConstantDataVector(Type *ty, const char *Data)
742 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 486 milliseconds