Searched refs:ArrayRecord (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeTypeArray.h | 25 codeview::ArrayRecord Record); 42 codeview::ArrayRecord Record;
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/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()
|
| D | TypeRecordMapping.cpp | 386 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArrayRecord &Record) { in visitKnownRecord()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLTypes.cpp | 442 template <> void LeafRecordImpl<ArrayRecord>::map(IO &IO) { in map()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 1596 ArrayRecord AR(ElementTypeIndex, IndexType, ArraySize, Name); in lowerTypeArray()
|