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

References

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   60   template <typename T> TypeIndex writeLeafType(T &Record) {
include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
  106   template <typename T> TypeIndex writeLeafType(T &Record) {
include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h
   43   template <typename T> ArrayRef<uint8_t> serialize(T &Record);
include/llvm/DebugInfo/CodeView/TypeDeserializer.h
   42   template <typename T> static Error deserializeAs(CVType &CVT, T &Record) {
   95   Error visitKnownRecordImpl(CVType &CVR, RecordType &Record) {
include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
   99   template <typename T> Error visitKnownRecordImpl(CVType &CVR, T &Record) {
include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
   66   codeview::ArgListRecord ArgList;
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1875   ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
 1924   ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   26   T KnownRecord(RK);
lib/DebugInfo/CodeView/RecordName.cpp
   75 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  224 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  313 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  105   cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
   96     return TypeDeserializer::deserializeAs<T>(Type, Record);
  104   mutable T Record;
  672   auto Impl = std::make_shared<LeafRecordImpl<T>>(Type.kind());
  718     Obj.Leaf = std::make_shared<LeafRecordImpl<ConcreteType>>(Kind);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1133   ArgListRecord args;
 1135       TypeDeserializer::deserializeAs<ArgListRecord>(args_cvt, args));
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  300                                                ArgListRecord &Args) {
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   28   ArgListRecord AR(TypeRecordKind::ArgList);
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   66   template <typename... T> void writeTypeRecords(T &&... Records) {
  151   void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) {
  151   void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) {
  197   ArgListRecord Record{TypeRecordKind::ArgList, Ids};
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; };