Home
last modified time | relevance | path

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/
DTypeStreamMerger.cpp80 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 …]
DLazyRandomTypeCollection.cpp35 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection()
39 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection()
56 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
DCVTypeVisitor.cpp81 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/
DTypeStreamMerger.h40 const CVTypeArray &Types);
65 const CVTypeArray &Ids);
85 const CVTypeArray &IdsAndTypes,
91 const CVTypeArray &IdsAndTypes,
97 const CVTypeArray &Types,
103 const CVTypeArray &Ids,
DLazyRandomTypeCollection.h63 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint,
65 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
101 CVTypeArray Types;
DCVTypeVisitor.h44 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
DTypeRecord.h42 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/
DTpiStream.h56 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/
DCodeViewYAMLTypes.cpp780 CVTypeArray Types; in fromDebugT()