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