|
LLVM 24.0.0git
|
Public Member Functions | |
| LeafRecordImpl (TypeLeafKind K) | |
| void | map (yaml::IO &io) override |
| Error | fromCodeViewRecord (CVType Type) override |
| CVType | toCodeViewRecord (AppendingTypeTableBuilder &TS) const override |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| void | map (IO &IO) |
| Public Member Functions inherited from llvm::CodeViewYAML::detail::LeafRecordBase | |
| LeafRecordBase (TypeLeafKind K) | |
| virtual | ~LeafRecordBase ()=default |
Public Attributes | |
| T | Record |
| Public Attributes inherited from llvm::CodeViewYAML::detail::LeafRecordBase | |
| TypeLeafKind | Kind |
Definition at line 114 of file CodeViewYAMLTypes.cpp.
|
inlineexplicit |
Definition at line 115 of file CodeViewYAMLTypes.cpp.
References llvm::CodeViewYAML::detail::LeafRecordBase::LeafRecordBase(), and Record.
Implements llvm::CodeViewYAML::detail::LeafRecordBase.
Definition at line 120 of file CodeViewYAMLTypes.cpp.
References llvm::codeview::TypeDeserializer::deserializeAs(), and Record.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< ModifierRecord >::map | ( | IO & | IO | ) |
Definition at line 439 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< ProcedureRecord >::map | ( | IO & | IO | ) |
Definition at line 444 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< MemberFunctionRecord >::map | ( | IO & | IO | ) |
Definition at line 452 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< LabelRecord >::map | ( | IO & | IO | ) |
Definition at line 463 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< MemberFuncIdRecord >::map | ( | IO & | IO | ) |
Definition at line 467 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< ArgListRecord >::map | ( | IO & | IO | ) |
Definition at line 473 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< StringListRecord >::map | ( | IO & | IO | ) |
Definition at line 477 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< PointerRecord >::map | ( | IO & | IO | ) |
Definition at line 481 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< ArrayRecord >::map | ( | IO & | IO | ) |
Definition at line 487 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< ClassRecord >::map | ( | IO & | IO | ) |
Definition at line 561 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< UnionRecord >::map | ( | IO & | IO | ) |
Definition at line 572 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< EnumRecord >::map | ( | IO & | IO | ) |
Definition at line 581 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< BitFieldRecord >::map | ( | IO & | IO | ) |
Definition at line 590 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< VFTableShapeRecord >::map | ( | IO & | IO | ) |
Definition at line 596 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< TypeServer2Record >::map | ( | IO & | IO | ) |
Definition at line 600 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< StringIdRecord >::map | ( | IO & | IO | ) |
Definition at line 606 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< FuncIdRecord >::map | ( | IO & | IO | ) |
Definition at line 611 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< UdtSourceLineRecord >::map | ( | IO & | IO | ) |
Definition at line 617 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< UdtModSourceLineRecord >::map | ( | IO & | IO | ) |
Definition at line 623 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< BuildInfoRecord >::map | ( | IO & | IO | ) |
Definition at line 630 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< VFTableRecord >::map | ( | IO & | IO | ) |
Definition at line 634 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< MethodOverloadListRecord >::map | ( | IO & | IO | ) |
Definition at line 641 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< PrecompRecord >::map | ( | IO & | IO | ) |
Definition at line 645 of file CodeViewYAMLTypes.cpp.
| void llvm::CodeViewYAML::detail::LeafRecordImpl< EndPrecompRecord >::map | ( | IO & | IO | ) |
Definition at line 652 of file CodeViewYAMLTypes.cpp.
|
overridevirtual |
Implements llvm::CodeViewYAML::detail::LeafRecordBase.
|
inlineoverridevirtual |
Implements llvm::CodeViewYAML::detail::LeafRecordBase.
Definition at line 124 of file CodeViewYAMLTypes.cpp.
References Record, llvm::codeview::AppendingTypeTableBuilder::records(), and llvm::codeview::AppendingTypeTableBuilder::writeLeafType().
|
mutable |
Definition at line 129 of file CodeViewYAMLTypes.cpp.
Referenced by fromCodeViewRecord(), LeafRecordImpl(), and toCodeViewRecord().