Go to the documentation of this file.
14 #ifndef LLVM_OBJECTYAML_CODEVIEWYAMLSYMBOLS_H
15 #define LLVM_OBJECTYAML_CODEVIEWYAMLSYMBOLS_H
24 namespace CodeViewYAML {
28 struct SymbolRecordBase;
33 std::shared_ptr<detail::SymbolRecordBase>
Symbol;
48 #endif // LLVM_OBJECTYAML_CODEVIEWYAMLSYMBOLS_H
codeview::CVSymbol toCodeViewSymbol(BumpPtrAllocator &Allocator, codeview::CodeViewContainer Container) const
#define LLVM_YAML_DECLARE_MAPPING_TRAITS(Type)
This is an optimization pass for GlobalISel generic memory operations.
#define LLVM_YAML_IS_SEQUENCE_VECTOR(type)
Tagged union holding either a T or a Error.
static Expected< SymbolRecord > fromCodeViewSymbol(codeview::CVSymbol Symbol)
Allocate memory in an ever growing pool, as if by bump-pointer.
CVRecord is a fat pointer (base + size pair) to a symbol or type record.
std::shared_ptr< detail::SymbolRecordBase > Symbol