|
LLVM 23.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLTypes.h"
Public Member Functions | |
| LLVM_ABI codeview::CVType | toCodeViewRecord (codeview::AppendingTypeTableBuilder &Serializer) const |
Static Public Member Functions | |
| static LLVM_ABI Expected< LeafRecord > | fromCodeViewRecord (codeview::CVType Type) |
Public Attributes | |
| std::shared_ptr< detail::LeafRecordBase > | Leaf |
Definition at line 46 of file CodeViewYAMLTypes.h.
|
static |
Definition at line 728 of file CodeViewYAMLTypes.cpp.
References fromCodeViewRecordImpl().
Referenced by llvm::CodeViewYAML::fromDebugT().
| CVType LeafRecord::toCodeViewRecord | ( | codeview::AppendingTypeTableBuilder & | Serializer | ) | const |
Definition at line 744 of file CodeViewYAMLTypes.cpp.
References Leaf.
| std::shared_ptr<detail::LeafRecordBase> llvm::CodeViewYAML::LeafRecord::Leaf |
Definition at line 47 of file CodeViewYAMLTypes.h.
Referenced by toCodeViewRecord().