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) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2385       BitFieldRecord BFR(MemberBaseType, Member->getSizeInBits(),
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   26   T KnownRecord(RK);
lib/DebugInfo/CodeView/RecordName.cpp
  221 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BitFieldRecord &BF) {
lib/DebugInfo/CodeView/SimpleTypeSerializer.cpp
   24 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) {
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  395 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BitFieldRecord &BitField) {
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  443 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, BitFieldRecord &Record) {
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/UdtRecordCompleter.cpp
  154       BitFieldRecord bfr;
  155       llvm::cantFail(TypeDeserializer::deserializeAs<BitFieldRecord>(cvt, bfr));
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  470                                                BitFieldRecord &BF) {
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) {
  210 static BitFieldRecord BitField(TypeIndex(37), 1, 0);
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; };