Home
last modified time | relevance | path

Searched refs:CVTypeArray (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/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()
/external/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()
/external/llvm-project/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.h62 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint,
64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
101 CVTypeArray Types;
DCVRecord.h128 using CVTypeArray = VarStreamArray<CVType>;
129 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
DCVTypeVisitor.h44 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
/external/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,
/external/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp76 bool mergeStream(const CVTypeArray &Types);
135 bool TypeStreamMerger::mergeStream(const CVTypeArray &Types) { in mergeStream()
147 const CVTypeArray &Types) { in mergeTypeStreams()
DCVTypeVisitor.cpp65 Error CVTypeVisitor::visitTypeStream(const CVTypeArray &Types) { in visitTypeStream()
DTypeDumper.cpp675 Error CVTypeDumper::dump(const CVTypeArray &Types) { in dump()
685 CVTypeArray Types; in dump()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DTpiStream.h50 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/
DTpiStream.h56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
83 codeview::CVTypeArray TypeRecords;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h56 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
83 codeview::CVTypeArray TypeRecords;
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeStreamMerger.h21 bool mergeTypeStreams(TypeTableBuilder &DestStream, const CVTypeArray &Types);
DCVTypeVisitor.h28 Error visitTypeStream(const CVTypeArray &Types);
DTypeDumper.h41 Error dump(const CVTypeArray &Types);
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp103 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/
DTpiStream.cpp268 iterator_range<CVTypeArray::Iterator>
/external/llvm-project/lld/COFF/
DDebugTypes.cpp318 CVTypeArray types; in mergeDebugT()
578 CVTypeArray types; in loadGHashes()
749 static ArrayRef<uint8_t> typeArrayToBytes(const CVTypeArray &types) { in typeArrayToBytes()

12