LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLTypes.h"
Public Member Functions | |
codeview::CVType | toCodeViewRecord (codeview::AppendingTypeTableBuilder &Serializer) const |
Static Public Member Functions | |
static 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 680 of file CodeViewYAMLTypes.cpp.
References llvm::codeview::corrupt_record, llvm::codeview::CVRecord< Kind >::kind(), and llvm_unreachable.
CVType LeafRecord::toCodeViewRecord | ( | codeview::AppendingTypeTableBuilder & | Serializer | ) | const |
Definition at line 697 of file CodeViewYAMLTypes.cpp.
std::shared_ptr<detail::LeafRecordBase> llvm::CodeViewYAML::LeafRecord::Leaf |
Definition at line 47 of file CodeViewYAMLTypes.h.
Referenced by fromCodeViewRecordImpl(), and mapLeafRecordImpl().