/external/llvm-project/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 !=() 71 Error visitKnownRecord(CVType &CVR, ArrayRecord &AR) override { in visitKnownRecord() 84 std::vector<ArrayRecord> VisitedRecords; 98 ArrayRecord AR(TypeRecordKind::Array); in SetUpTestCase() 162 std::vector<ArrayRecord> Records;
|
D | TypeIndexDiscoveryTest.cpp | 199 static ArrayRecord Array(TypeIndex(26), TypeIndex(27), 10, "MyArray");
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeArray.h | 25 codeview::ArrayRecord Record); 42 codeview::ArrayRecord Record;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeTypeArray.h | 25 codeview::ArrayRecord Record); 42 codeview::ArrayRecord Record;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeArray.cpp | 21 codeview::ArrayRecord Record) in NativeTypeArray()
|
D | SymbolCache.cpp | 189 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
|
/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/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeArray.cpp | 21 codeview::ArrayRecord Record) in NativeTypeArray()
|
D | SymbolCache.cpp | 199 Id = createSymbolForType<NativeTypeArray, ArrayRecord>(Index, in findSymbolByTypeIndex()
|
/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-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbAstBuilder.h | 97 clang::QualType CreateArrayType(const llvm::codeview::ArrayRecord &array);
|
D | SymbolFileNativePDB.h | 189 const llvm::codeview::ArrayRecord &ar,
|
D | PdbAstBuilder.cpp | 929 ArrayRecord ar; in CreateType() 930 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType() 1117 clang::QualType PdbAstBuilder::CreateArrayType(const ArrayRecord &ar) { in CreateArrayType()
|
D | SymbolFileNativePDB.cpp | 572 const ArrayRecord &ar, in CreateArrayType() 646 ArrayRecord ar; in CreateType() 647 llvm::cantFail(TypeDeserializer::deserializeAs<ArrayRecord>(cvt, ar)); in CreateType()
|
D | PdbUtil.cpp | 866 return GetSizeOfTypeInternal<ArrayRecord>(cvt); in GetSizeOfType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 401 class ArrayRecord : public TypeRecord { 403 ArrayRecord() = default; 404 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord() function 405 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 395 class ArrayRecord : public TypeRecord { 397 ArrayRecord() = default; 398 explicit ArrayRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArrayRecord() function 399 ArrayRecord(TypeIndex ElementType, TypeIndex IndexType, uint64_t Size, in ArrayRecord() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 119 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 285 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 121 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 285 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 369 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, ArrayRecord &AT) { in visitKnownRecord()
|