Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp18 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection
23 std::optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()
29 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
54 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
58 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
60 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
62 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h21 class LLVM_ABI TypeTableCollection : public TypeCollection {
23 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2249 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes()
2260 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp748 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
/freebsd/lib/clang/libllvm/
H A DMakefile606 SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp