Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp74 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 …]
DLazyRandomTypeCollection.cpp36 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection()
40 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection()
57 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
DCVTypeVisitor.cpp82 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/
DTypeStreamMerger.h41 const CVTypeArray &Types);
66 const CVTypeArray &Ids);
86 const CVTypeArray &IdsAndTypes);
91 const CVTypeArray &IdsAndTypes,
96 const CVTypeArray &Types,
101 const CVTypeArray &Ids,
DLazyRandomTypeCollection.h64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint,
66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
102 CVTypeArray Types;
DCVTypeVisitor.h45 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
DTypeRecord.h43 using CVTypeArray = VarStreamArray<CVType>; variable
44 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
/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-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
73 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);
DTypeRecord.h1198 typedef VarStreamArray<CVType> CVTypeArray; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp96 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/
DTpiStream.cpp268 iterator_range<CVTypeArray::Iterator>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp781 CVTypeArray Types; in fromDebugT()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1065 CVTypeArray Types; in mergeCodeViewTypes()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp479 CVTypeArray Types; in emitTypeInformation()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1219 CVTypeArray Types; in mergeCodeViewTypes()