Searched refs:CVTypeArray (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeStreamMerger.cpp | 80 const CVTypeArray &IdsAndTypes, Optional<uint32_t> &S); 83 const CVTypeArray &Ids); 85 const CVTypeArray &Types); 90 const CVTypeArray &IdsAndTypes, 95 const CVTypeArray &Ids, 97 Error mergeTypeRecords(GlobalTypeTableBuilder &Dest, const CVTypeArray &Types, 102 Error doit(const CVTypeArray &Types); 104 Error remapAllTypes(const CVTypeArray &Types); 242 const CVTypeArray &Types) { in mergeTypeRecords() 251 const CVTypeArray &Ids) { in mergeIdRecords() [all …]
|
| D | LazyRandomTypeCollection.cpp | 35 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 39 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection() 56 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
|
| D | CVTypeVisitor.cpp | 81 Error visitTypeStream(const CVTypeArray &Types); 142 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream() 232 Error llvm::codeview::visitTypeStream(const CVTypeArray &Types, in visitTypeStream()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | 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,
|
| D | LazyRandomTypeCollection.h | 63 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 65 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 101 CVTypeArray Types;
|
| D | CVTypeVisitor.h | 44 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
|
| D | TypeRecord.h | 42 using CVTypeArray = VarStreamArray<CVType>; variable 43 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | TpiStream.h | 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() 83 codeview::CVTypeArray TypeRecords;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLTypes.cpp | 780 CVTypeArray Types; in fromDebugT()
|