Searched defs:SymbolRecordImpl (Results 1 – 1 of 1) sorted by relevance
241 template <typename T> struct SymbolRecordImpl : public SymbolRecordBase { struct242 explicit SymbolRecordImpl(codeview::SymbolKind K) in SymbolRecordImpl() function248 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol()253 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()257 mutable T Symbol;