Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
43 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
55 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
59 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DCMakeLists.txt41 TypeTableCollection.cpp
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn47 "TypeTableCollection.cpp",
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2035 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes()
2046 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp725 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5892 llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp