Searched refs:CVTypeArray (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 83 const CVTypeArray &Ids); 85 const CVTypeArray &Types); 90 const CVTypeArray &IdsAndTypes, 95 const CVTypeArray &Ids, 102 Error doit(const CVTypeArray &Types); 104 Error remapAllTypes(const CVTypeArray &Types); 266 const CVTypeArray &Ids) { in mergeIdRecords() 301 const CVTypeArray &Ids, in mergeIdRecords() 325 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit() 439 const CVTypeArray &Ids) { in mergeIdRecords() [all …]
|
| H A D | LazyRandomTypeCollection.cpp | 36 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 40 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() 57 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
|
| H A D | CVTypeVisitor.cpp | 82 Error visitTypeStream(const CVTypeArray &Types); 143 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream() 233 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.h | 41 const CVTypeArray &Types); 66 const CVTypeArray &Ids); 86 const CVTypeArray &IdsAndTypes, 92 const CVTypeArray &IdsAndTypes, 98 const CVTypeArray &Types, 104 const CVTypeArray &Ids,
|
| H A D | LazyRandomTypeCollection.h | 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 102 CVTypeArray Types;
|
| H A D | CVTypeVisitor.h | 45 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
|
| H A D | TypeRecord.h | 43 using CVTypeArray = VarStreamArray<CVType>; variable 44 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiStream.h | 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() 84 codeview::CVTypeArray TypeRecords;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 100 static bool isDebugTSection(SectionRef Section, CVTypeArray &Types) { in isDebugTSection() 342 CVTypeArray Types; in hasTypes() 394 CVTypeArray Records; in getOrCreateTypeCollection()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 781 CVTypeArray Types; in fromDebugT()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 460 CVTypeArray Types; in mergeDebugT()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1243 CVTypeArray Types; in mergeCodeViewTypes()
|