Home
last modified time | relevance | path

Searched refs:ListContinuationRecord (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp52 ListContinuationRecord &Record) override;
87 CVMemberRecord &CVM, ListContinuationRecord &Record) { in visitKnownMember()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h915 class ListContinuationRecord : public TypeRecord {
917 ListContinuationRecord() = default;
918 explicit ListContinuationRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ListContinuationRecord() function
919 ListContinuationRecord(TypeIndex ContinuationIndex) in ListContinuationRecord() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp132 ListContinuationRecord &cont) { in visitKnownMember()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp586 ListContinuationRecord &Cont) { in visitKnownMember()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp284 static ListContinuationRecord Continuation(TypeIndex(59));
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp548 ListContinuationRecord &Cont) { in visitKnownMember()
H A DTypeRecordMapping.cpp734 ListContinuationRecord &Record) { in visitKnownMember()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp668 template <> void MemberRecordImpl<ListContinuationRecord>::map(IO &IO) { in map()