Searched refs:CVTypeArray (Results 1 – 22 of 22) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 74 const CVTypeArray &IdsAndTypes); 77 const CVTypeArray &Ids); 79 const CVTypeArray &Types); 84 const CVTypeArray &IdsAndTypes, 88 const CVTypeArray &Ids, 90 Error mergeTypeRecords(GlobalTypeTableBuilder &Dest, const CVTypeArray &Types, 94 Error doit(const CVTypeArray &Types); 96 Error remapAllTypes(const CVTypeArray &Types); 245 const CVTypeArray &Types) { in mergeTypeRecords() 254 const CVTypeArray &Ids) { in mergeIdRecords() [all …]
|
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()
|
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeStreamMerger.h | 41 const CVTypeArray &Types); 66 const CVTypeArray &Ids); 86 const CVTypeArray &IdsAndTypes); 91 const CVTypeArray &IdsAndTypes, 96 const CVTypeArray &Types, 101 const CVTypeArray &Ids,
|
D | LazyRandomTypeCollection.h | 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 102 CVTypeArray Types;
|
D | CVTypeVisitor.h | 45 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
|
D | TypeRecord.h | 43 using CVTypeArray = VarStreamArray<CVType>; variable 44 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeStreamMerger.cpp | 76 bool mergeStream(const CVTypeArray &Types); 135 bool TypeStreamMerger::mergeStream(const CVTypeArray &Types) { in mergeStream() 147 const CVTypeArray &Types) { in mergeTypeStreams()
|
D | CVTypeVisitor.cpp | 65 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream()
|
D | TypeDumper.cpp | 675 Error CVTypeDumper::dump(const CVTypeArray &Types) { in dump() 685 CVTypeArray Types; in dump()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | TpiStream.h | 50 iterator_range<codeview::CVTypeArray::Iterator> types(bool *HadError) const; 60 codeview::CVTypeArray TypeRecords;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() 73 codeview::CVTypeArray TypeRecords;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeStreamMerger.h | 21 bool mergeTypeStreams(TypeTableBuilder &DestStream, const CVTypeArray &Types);
|
D | CVTypeVisitor.h | 28 Error visitTypeStream(const CVTypeArray &Types);
|
D | TypeDumper.h | 41 Error dump(const CVTypeArray &Types);
|
D | TypeRecord.h | 1198 typedef VarStreamArray<CVType> CVTypeArray; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 96 static bool isDebugTSection(SectionRef Section, CVTypeArray &Types) { in isDebugTSection() 337 CVTypeArray Types; in hasTypes() 389 CVTypeArray Records; in getOrCreateTypeCollection()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 268 iterator_range<CVTypeArray::Iterator>
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 781 CVTypeArray Types; in fromDebugT()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1065 CVTypeArray Types; in mergeCodeViewTypes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 479 CVTypeArray Types; in emitTypeInformation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1219 CVTypeArray Types; in mergeCodeViewTypes()
|