Home
last modified time | relevance | path

Searched refs:VFTableSlotKind (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp47 LLVM_YAML_IS_SEQUENCE_VECTOR(VFTableSlotKind)
55 LLVM_YAML_DECLARE_ENUM_TRAITS(VFTableSlotKind)
220 void ScalarEnumerationTraits<VFTableSlotKind>::enumeration( in enumeration()
221 IO &IO, VFTableSlotKind &Kind) { in enumeration()
222 IO.enumCase(Kind, "Near16", VFTableSlotKind::Near16); in enumeration()
223 IO.enumCase(Kind, "Far16", VFTableSlotKind::Far16); in enumeration()
224 IO.enumCase(Kind, "This", VFTableSlotKind::This); in enumeration()
225 IO.enumCase(Kind, "Outer", VFTableSlotKind::Outer); in enumeration()
226 IO.enumCase(Kind, "Meta", VFTableSlotKind::Meta); in enumeration()
227 IO.enumCase(Kind, "Near", VFTableSlotKind::Near); in enumeration()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp47 LLVM_YAML_IS_SEQUENCE_VECTOR(VFTableSlotKind)
55 LLVM_YAML_DECLARE_ENUM_TRAITS(VFTableSlotKind)
220 void ScalarEnumerationTraits<VFTableSlotKind>::enumeration( in enumeration()
221 IO &IO, VFTableSlotKind &Kind) { in enumeration()
222 IO.enumCase(Kind, "Near16", VFTableSlotKind::Near16); in enumeration()
223 IO.enumCase(Kind, "Far16", VFTableSlotKind::Far16); in enumeration()
224 IO.enumCase(Kind, "This", VFTableSlotKind::This); in enumeration()
225 IO.enumCase(Kind, "Outer", VFTableSlotKind::Outer); in enumeration()
226 IO.enumCase(Kind, "Meta", VFTableSlotKind::Meta); in enumeration()
227 IO.enumCase(Kind, "Near", VFTableSlotKind::Near); in enumeration()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h562 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
564 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
567 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots()
575 ArrayRef<VFTableSlotKind> SlotsRef;
576 std::vector<VFTableSlotKind> Slots;
DCodeView.h383 enum class VFTableSlotKind : uint8_t { enum
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h556 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
558 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
561 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots()
569 ArrayRef<VFTableSlotKind> SlotsRef;
570 std::vector<VFTableSlotKind> Slots;
DCodeView.h383 enum class VFTableSlotKind : uint8_t { enum
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h620 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots) in VFTableShapeRecord()
622 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots) in VFTableShapeRecord()
632 ArrayRef<VFTableSlotKind> getSlots() const { in getSlots()
649 ArrayRef<VFTableSlotKind> SlotsRef;
650 std::vector<VFTableSlotKind> Slots;
DCodeView.h360 enum class VFTableSlotKind : uint8_t { enum
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp192 std::vector<VFTableSlotKind> Slots; in deserialize()
200 Slots.push_back(static_cast<VFTableSlotKind>(Value)); in deserialize()
203 Slots.push_back(static_cast<VFTableSlotKind>(Value)); in deserialize()
DTypeTableBuilder.cpp178 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in writeVFTableShape()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp455 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord()
471 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord()
473 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp456 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in visitKnownRecord()
472 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte & 0xF)); in visitKnownRecord()
474 Record.Slots.push_back(static_cast<VFTableSlotKind>(Byte >> 4)); in visitKnownRecord()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1958 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1937 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()