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

References

include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
   44 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   63   LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint,
   65   LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
  101   CVTypeArray Types;
include/llvm/DebugInfo/CodeView/TypeRecord.h
   43 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
   40                        const CVTypeArray &Types);
   65                      const CVTypeArray &Ids);
   85                             const CVTypeArray &IdsAndTypes,
   91                             const CVTypeArray &IdsAndTypes,
   97                        const CVTypeArray &Types,
  103                      const CVTypeArray &Ids,
include/llvm/DebugInfo/PDB/Native/TpiStream.h
   56   const codeview::CVTypeArray &typeArray() const { return TypeRecords; }
   83   codeview::CVTypeArray TypeRecords;
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
   81   Error visitTypeStream(const CVTypeArray &Types);
  142 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) {
  232 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types,
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   39     const CVTypeArray &Types, uint32_t RecordCountHint,
   56 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types,
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
   79                          const CVTypeArray &IdsAndTypes, Optional<uint32_t> &S);
   82                        const CVTypeArray &Ids);
   84                          const CVTypeArray &Types);
   89                          const CVTypeArray &IdsAndTypes,
   94                        const CVTypeArray &Ids,
   96   Error mergeTypeRecords(GlobalTypeTableBuilder &Dest, const CVTypeArray &Types,
  101   Error doit(const CVTypeArray &Types);
  103   Error remapAllTypes(const CVTypeArray &Types);
  256                                          const CVTypeArray &Types) {
  265                                        const CVTypeArray &Ids) {
  275                                          const CVTypeArray &IdsAndTypes,
  287                                          const CVTypeArray &Types,
  300                                        const CVTypeArray &Ids,
  312                                          const CVTypeArray &IdsAndTypes,
  324 Error TypeStreamMerger::doit(const CVTypeArray &Types) {
  357 Error TypeStreamMerger::remapAllTypes(const CVTypeArray &Types) {
  430                                        const CVTypeArray &Types) {
  438                                      const CVTypeArray &Ids) {
  445     SmallVectorImpl<TypeIndex> &SourceToDest, const CVTypeArray &IdsAndTypes,
  453     SmallVectorImpl<TypeIndex> &SourceToDest, const CVTypeArray &IdsAndTypes,
  462                                        const CVTypeArray &Types,
  472                                      const CVTypeArray &Ids,
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  780   CVTypeArray Types;
tools/lld/COFF/InputFiles.cpp
  760   CVTypeArray types;
  764   CVTypeArray::Iterator firstType = types.begin();
tools/lld/COFF/InputFiles.h
  205   llvm::Optional<llvm::codeview::CVTypeArray> debugTypes;
tools/lld/COFF/PDB.cpp
  373   CVTypeArray &types = *file->debugTypes;
  388     CVTypeArray::Iterator firstType = types.begin();
tools/llvm-pdbutil/InputFile.cpp
  103 static bool isDebugTSection(SectionRef Section, CVTypeArray &Types) {
  345     CVTypeArray Types;
  397     CVTypeArray Records;
tools/llvm-readobj/COFFDumper.cpp
 1264       CVTypeArray Types;