Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp83 const CVTypeArray &Ids);
85 const CVTypeArray &Types);
90 const CVTypeArray &IdsAndTypes,
95 const CVTypeArray &Ids,
102 Error doit(const CVTypeArray &Types);
104 Error remapAllTypes(const CVTypeArray &Types);
266 const CVTypeArray &Ids) { in mergeIdRecords()
301 const CVTypeArray &Ids, in mergeIdRecords()
325 Error TypeStreamMerger::doit(const CVTypeArray &Types) { in doit()
439 const CVTypeArray &Ids) { in mergeIdRecords()
[all …]
H A DLazyRandomTypeCollection.cpp36 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection()
40 const CVTypeArray &Types, uint32_t RecordCountHint, in LazyRandomTypeCollection()
57 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection()
H A 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()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h41 const CVTypeArray &Types);
66 const CVTypeArray &Ids);
86 const CVTypeArray &IdsAndTypes,
92 const CVTypeArray &IdsAndTypes,
98 const CVTypeArray &Types,
104 const CVTypeArray &Ids,
H A DLazyRandomTypeCollection.h64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint,
66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
102 CVTypeArray Types;
H A DCVTypeVisitor.h45 Error visitTypeStream(const CVTypeArray &Types, TypeVisitorCallbacks &Callbacks,
H A DTypeRecord.h43 using CVTypeArray = VarStreamArray<CVType>; variable
44 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h57 const codeview::CVTypeArray &typeArray() const { return TypeRecords; } in typeArray()
84 codeview::CVTypeArray TypeRecords;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp100 static bool isDebugTSection(SectionRef Section, CVTypeArray &Types) { in isDebugTSection()
342 CVTypeArray Types; in hasTypes()
394 CVTypeArray Records; in getOrCreateTypeCollection()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp781 CVTypeArray Types; in fromDebugT()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp460 CVTypeArray Types; in mergeDebugT()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1243 CVTypeArray Types; in mergeCodeViewTypes()