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