Home
last modified time | relevance | path

Searched refs:TypeCollection (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h23 class TypeCollection; variable
28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
36 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
70 TypeCollection &getSourceTypes() const { in getSourceTypes()
78 TypeCollection &TpiTypes;
79 TypeCollection *IpiTypes = nullptr;
H A DSymbolDumper.h22 class TypeCollection; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types;
H A DTypeCollection.h18 class TypeCollection {
20 virtual ~TypeCollection() = default;
H A DCVTypeVisitor.h18 class TypeCollection; variable
47 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
H A DRecordName.h17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
H A DTypeHashing.h51 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
166 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
H A DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
H A DAppendingTypeTableBuilder.h26 class AppendingTypeTableBuilder : public TypeCollection {
H A DMergingTypeTableBuilder.h28 class MergingTypeTableBuilder : public TypeCollection {
H A DTypeIndex.h24 class TypeCollection; variable
287 TypeCollection &Types);
H A DLazyRandomTypeCollection.h49 class LazyRandomTypeCollection : public TypeCollection {
H A DGlobalTypeTableBuilder.h29 class GlobalTypeTableBuilder : public TypeCollection {
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h33 inline llvm::codeview::TypeCollection &getTypeTable() { in getTypeTable()
39 inline llvm::codeview::TypeCollection &getIDTable() { in getIDTable()
H A DPDB.cpp288 TypeCollection &typeTable) { in addTypeInfo()
1244 TypeCollection &records) { in printStats()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes() local
448 if (TypeCollection) in initializeTypes()
449 return *TypeCollection; in initializeTypes()
459 TypeCollection = in initializeTypes()
462 return *TypeCollection; in initializeTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp83 Error visitTypeStream(TypeCollection &Types);
158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
H A DRecordName.cpp25 TypeCollection &Types;
32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer()
250 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
H A DTypeIndex.cpp93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
H A DSymbolDumper.cpp33 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl()
56 TypeCollection &Types;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h27 codeview::LazyRandomTypeCollection &TypeCollection,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h213 typedef std::vector<lldb_private::Type *> TypeCollection; typedef
217 TypeCollection &type_collection);
H A DSymbolFilePDB.cpp1572 TypeCollection &type_collection) { in GetTypesForPDBSymbol()
1624 TypeCollection type_collection; in GetTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp88 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
118 TypeCollection &TypeTable;