Searched refs:ArrayRecord (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | RandomAccessVisitorTest.cpp | 30 inline bool operator==(const ArrayRecord &R1, const ArrayRecord &R2) { in operator ==() 41 inline bool operator!=(const ArrayRecord &R1, const ArrayRecord &R2) { in operator !=() 73 virtual Error visitKnownRecord(CVType &CVR, ArrayRecord &AR) { in visitKnownRecord() 86 std::vector<ArrayRecord> VisitedRecords; 100 ArrayRecord AR(TypeRecordKind::Array); in SetUpTestCase() 164 std::vector<ArrayRecord> Records;
|
D | TypeIndexDiscoveryTest.cpp | 200 static ArrayRecord Array(TypeIndex(26), TypeIndex(27), 10, "MyArray");
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 114 ErrorOr<ArrayRecord> ArrayRecord::deserialize(TypeRecordKind Kind, in deserialize() 120 return ArrayRecord(L->ElementType, L->IndexType, Size, Name); in deserialize() 448 bool ArrayRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
|
D | TypeTableBuilder.cpp | 93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray()
|
D | TypeDumper.cpp | 302 Error CVTypeDumper::visitArray(ArrayRecord &AT) { in visitArray()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeTableBuilder.h | 45 TypeIndex writeArray(const ArrayRecord &Record);
|
D | TypeRecord.h | 410 class ArrayRecord : public TypeRecord { 412 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function 421 static ErrorOr<ArrayRecord> deserialize(TypeRecordKind Kind,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 385 class ArrayRecord : public TypeRecord { 387 ArrayRecord() = default; 388 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord() function 389 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 120 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
D | TypeRecordMapping.cpp | 205 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 286 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 335 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 443 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1033 ArrayRecord(ElementTypeIndex, IndexType, ElementSize, Name)); in lowerTypeArray()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1424 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeArray()
|