Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp53 ListContinuationRecord &Record) override;
88 CVMemberRecord &CVM, ListContinuationRecord &Record) { in visitKnownMember()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp146 ListContinuationRecord &cont) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h429 Error visitKnownMember(CVMemberRecord &Record, ListContinuationRecord &Cont,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp547 ListContinuationRecord &Cont) { in visitKnownMember()
H A DTypeRecordMapping.cpp733 ListContinuationRecord &Record) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp588 ListContinuationRecord &Cont) { in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp669 template <> void MemberRecordImpl<ListContinuationRecord>::map(IO &IO) { in map()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2703 ListContinuationRecord &Cont, in visitKnownMember()