14#ifndef LLVM_OBJECTYAML_CODEVIEWYAMLSYMBOLS_H
15#define LLVM_OBJECTYAML_CODEVIEWYAMLSYMBOLS_H
34 std::shared_ptr<detail::SymbolRecordBase>
Symbol;
#define LLVM_YAML_IS_SEQUENCE_VECTOR(type)
Utility for declaring that a std::vector of a particular type should be considered a YAML sequence.
#define LLVM_YAML_DECLARE_MAPPING_TRAITS(Type)
Tagged union holding either a T or a Error.
CVRecord< SymbolKind > CVSymbol
This is an optimization pass for GlobalISel generic memory operations.
BumpPtrAllocatorImpl BumpPtrAllocator
The standard BumpPtrAllocator which just uses the default template parameters.
LLVM_ABI codeview::CVSymbol toCodeViewSymbol(BumpPtrAllocator &Allocator, codeview::CodeViewContainer Container) const
std::shared_ptr< detail::SymbolRecordBase > Symbol
static LLVM_ABI Expected< SymbolRecord > fromCodeViewSymbol(codeview::CVSymbol Symbol)