reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
   36   template <typename T> static Error deserializeAs(CVSymbol Symbol, T &Record) {
   83   template <typename T> Error visitKnownRecordImpl(CVSymbol &CVR, T &Record) {
include/llvm/DebugInfo/CodeView/SymbolSerializer.h
   52   static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
   75   Error visitKnownRecordImpl(CVSymbol &CVR, RecordKind &Record) {
lib/DebugInfo/CodeView/CVSymbolVisitor.cpp
   24   T KnownRecord(RK);
lib/DebugInfo/CodeView/SymbolDumper.cpp
  507                                            RegisterSym &Register) {
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  351                                             RegisterSym &Register) {
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  231     return SymbolDeserializer::deserializeAs<T>(CVS, Symbol);
  234   mutable T Symbol;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1057       RegisterSym reg(SymbolRecordKind::RegisterSym);
 1058       cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg));
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  468     RegisterSym reg(SymbolRecordKind::RegisterSym);
  469     cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg));
  598     RegisterSym reg(SymbolRecordKind::RegisterSym);
  599     cantFail(SymbolDeserializer::deserializeAs<RegisterSym>(sym, reg));
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  760                                             RegisterSym &Register) {
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   72   template <typename... T> void writeSymbolRecords(T &&... Records) {
  160   void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) {
  555   RegisterSym Reg(SymbolRecordKind::RegisterSym);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };