/external/llvm-project/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()
|
/external/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()
|
/external/llvm-project/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 | 62 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint); 101 CVTypeArray Types;
|
D | CVRecord.h | 128 using CVTypeArray = VarStreamArray<CVType>; 129 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
|
D | CVTypeVisitor.h | 44 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
|
/external/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,
|
/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-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;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray() 83 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);
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 103 static bool isDebugTSection(SectionRef Section, CVTypeArray &Types) { in isDebugTSection() 345 CVTypeArray Types; in hasTypes() 397 CVTypeArray Records; in getOrCreateTypeCollection()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 268 iterator_range<CVTypeArray::Iterator>
|
/external/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 318 CVTypeArray types; in mergeDebugT() 578 CVTypeArray types; in loadGHashes() 749 static ArrayRef<uint8_t> typeArrayToBytes(const CVTypeArray &types) { in typeArrayToBytes()
|