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