Searched refs:VFTableSlotKind (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 47 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/ |
D | CodeViewYAMLTypes.cpp | 47 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/ |
D | TypeRecord.h | 562 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;
|
D | CodeView.h | 383 enum class VFTableSlotKind : uint8_t { enum
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 556 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;
|
D | CodeView.h | 383 enum class VFTableSlotKind : uint8_t { enum
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 620 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;
|
D | CodeView.h | 360 enum class VFTableSlotKind : uint8_t { enum
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 192 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()
|
D | TypeTableBuilder.cpp | 178 ArrayRef<VFTableSlotKind> Slots = Record.getSlots(); in writeVFTableShape()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 455 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/ |
D | TypeRecordMapping.cpp | 456 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/ |
D | CodeViewDebug.cpp | 1958 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1937 SmallVector<VFTableSlotKind, 4> Slots(VSlotCount, VFTableSlotKind::Near); in lowerTypeVFTableShape()
|