Searched defs:SymbolRecordImpl (Results 1 – 2 of 2) 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;
244 template <typename T> struct SymbolRecordImpl : public SymbolRecordBase { struct245 explicit SymbolRecordImpl(codeview::SymbolKind K) in SymbolRecordImpl() argument251 toCodeViewSymbol(BumpPtrAllocator &Allocator, in toCodeViewSymbol()256 Error fromCodeViewSymbol(codeview::CVSymbol CVS) override { in fromCodeViewSymbol()260 mutable T Symbol;