HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 226 - 250 of 2048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Sequence.h 32 ValueT Value;
41 : Value(std::move(Arg.Value)) {}
44 value_sequence_iterator(U &&Value) : Value(std::forward<U>(Value)) {}
47 Value += N;
51 Value -= N;
56 return Value - RHS.Value;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
ConstantPools.h 34 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
37 const MCExpr *Value;
54 // \param Value is the new entry to put in the constant pool.
57 // \returns a MCExpr that references the newly inserted value
58 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
71 // constant pool is a vector of (label, value) pairs. When the ldr
72 // pseudo is parsed we insert a new (label, value) pair into the constant pool
75 // output the (label, value) pairs in each constant pool at the end of the
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 20 /// Encapsulates a DWARF attribute value and all of the data required to
21 /// describe the attribute value.
32 /// The form and value for this attribute.
33 DWARFFormValue Value;
36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {}
50 Value = DWARFFormValue();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SubtargetFeature.h 52 /// Used to provide key value pairs for feature and CPU bit flags.
56 FeatureBitset Value; ///< K-V integer value
72 /// Used to provide key value pairs for CPU and arbitrary pointers.
75 const void *Value; ///< K-V pointer value

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>