Home
last modified time | relevance | path

Searched refs:TypeTableCollection (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection
24 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()
30 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
47 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
59 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
63 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
65 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h21 class TypeTableCollection : public TypeCollection {
23 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1917 TypeTableCollection TpiTypes(CVTypes.records()); in dumpCodeViewMergedTypes()
1927 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp612 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile413 SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp