Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp58 Optional<TypeIndex> ContinuationIndex; member in __anon6fe002160111::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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h918 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() argument
920 ContinuationIndex(ContinuationIndex) {} in ListContinuationRecord()
922 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex()
924 TypeIndex ContinuationIndex; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp584 P.format(" continuation = {0}", Cont.ContinuationIndex); in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp717 error(IO.mapInteger(Record.ContinuationIndex, "ContinuationIndex")); in visitKnownMember()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp666 IO.mapRequired("ContinuationIndex", Record.ContinuationIndex); in map()