Home
last modified time | relevance | path

Searched refs:ContinuationIndex (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp58 std::optional<TypeIndex> ContinuationIndex; member in __anon129f70200111::NativeEnumEnumEnumerators
69 ContinuationIndex = ClassParent.getEnumRecord().FieldList; in NativeEnumEnumEnumerators()
70 while (ContinuationIndex) { in NativeEnumEnumEnumerators()
71 CVType FieldListCVT = Types.getType(*ContinuationIndex); in NativeEnumEnumEnumerators()
73 ContinuationIndex.reset(); in NativeEnumEnumEnumerators()
89 ContinuationIndex = Record.ContinuationIndex; in visitKnownMember()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h919 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
921 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
923 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
925 TypeIndex ContinuationIndex; variable
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp589 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp736 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp670 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()