Home
last modified time | relevance | path

Searched refs:ArrayRecord (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp30 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;
DTypeIndexDiscoveryTest.cpp200 static ArrayRecord Array(TypeIndex(26), TypeIndex(27), 10, "MyArray");
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp114 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()
DTypeTableBuilder.cpp93 TypeIndex TypeTableBuilder::writeArray(const ArrayRecord &Record) { in writeArray()
DTypeDumper.cpp302 Error CVTypeDumper::visitArray(ArrayRecord &AT) { in visitArray()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h45 TypeIndex writeArray(const ArrayRecord &Record);
DTypeRecord.h410 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/
DTypeRecord.h385 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/
DRecordName.cpp120 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
DTypeRecordMapping.cpp205 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp286 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp335 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp443 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1033 ArrayRecord(ElementTypeIndex, IndexType, ElementSize, Name)); in lowerTypeArray()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1424 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeArray()