/external/llvm/lib/DebugInfo/CodeView/ |
D | ListRecordBuilder.cpp | 89 TypeIndex ContinuationIndex = Table.writeRecord(LastRec); in writeListRecord() local 98 *ContinuationPtr = ContinuationIndex.getIndex(); in writeListRecord() 99 ContinuationIndex = Table.writeRecord(Rec); in writeListRecord() 101 return ContinuationIndex; in writeListRecord()
|
D | TypeRecord.cpp | 375 return ListContinuationRecord(L->ContinuationIndex); in deserialize() 571 return remapIndex(IndexMap, ContinuationIndex); in remapTypeIndices()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.cpp | 58 Optional<TypeIndex> ContinuationIndex; member in __anon5522389b0111::NativeEnumEnumEnumerators 69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators() 70 while (ContinuationIndex) { in NativeEnumEnumEnumerators() 71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators() 73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators() 86 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeEnum.cpp | 58 Optional<TypeIndex> ContinuationIndex; member in __anond49bd92f0111::NativeEnumEnumEnumerators 69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators() 70 while (ContinuationIndex) { in NativeEnumEnumEnumerators() 71 CVType FieldList = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators() 73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators() 86 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 1178 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument 1180 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord() 1182 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex() 1192 TypeIndex ContinuationIndex; member 1194 TypeIndex ContinuationIndex; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 924 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument 926 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord() 928 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex() 930 TypeIndex ContinuationIndex; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 918 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument 920 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord() 922 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex() 924 TypeIndex ContinuationIndex; variable
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 520 checkTypeReferences(0, Continuation.ContinuationIndex); in TEST_F() 534 VirtualBaseClass.VBPtrType, VFPtr.Type, Continuation.ContinuationIndex); in TEST_F()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 584 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 692 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 691 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 661 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 661 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()
|
/external/llvm/test/DebugInfo/COFF/ |
D | big-type.ll | 12 ; CHECK-NOT: ContinuationIndex 21 ; CHECK: ContinuationIndex: <field list> (0x1000) 30 ; CHECK: ContinuationIndex: <field list> (0x1001) 39 ; CHECK: ContinuationIndex: <field list> (0x1002) 48 ; CHECK: ContinuationIndex: <field list> (0x1003)
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | big-type.ll | 17 ; CHECK-NOT: ContinuationIndex 27 ; CHECK: ContinuationIndex: <field list> (0x1000) 37 ; CHECK: ContinuationIndex: <field list> (0x1001) 47 ; CHECK: ContinuationIndex: <field list> (0x1002) 57 ; CHECK: ContinuationIndex: <field list> (0x1003)
|