Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h24 class TypeCollection; variable
29 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
37 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
71 TypeCollection &getSourceTypes() const { in getSourceTypes()
79 TypeCollection &TpiTypes;
80 TypeCollection *IpiTypes = nullptr;
H A DSymbolDumper.h23 class TypeCollection; variable
28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
50 TypeCollection &Types;
H A DTypeCollection.h20 class TypeCollection {
22 virtual ~TypeCollection() = default;
H A DCVTypeVisitor.h19 class TypeCollection; variable
48 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
H A DTypeHashing.h52 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
130 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
H A DRecordName.h19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
H A DTypeTableCollection.h21 class TypeTableCollection : public TypeCollection {
H A DAppendingTypeTableBuilder.h30 class AppendingTypeTableBuilder : public TypeCollection {
H A DMergingTypeTableBuilder.h32 class MergingTypeTableBuilder : public TypeCollection {
H A DTypeIndex.h25 class TypeCollection; variable
279 TypeCollection &Types);
H A DGlobalTypeTableBuilder.h32 class GlobalTypeTableBuilder : public TypeCollection {
H A DLazyRandomTypeCollection.h51 class LazyRandomTypeCollection : public TypeCollection {
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes() local
451 if (TypeCollection) in initializeTypes()
452 return *TypeCollection; in initializeTypes()
462 TypeCollection = in initializeTypes()
465 return *TypeCollection; in initializeTypes()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DCVTypeVisitor.cpp84 Error visitTypeStream(TypeCollection &Types);
159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
H A DRecordName.cpp25 TypeCollection &Types;
32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer()
249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
H A DTypeIndex.cpp94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
H A DSymbolDumper.cpp34 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl()
57 TypeCollection &Types;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h28 codeview::LazyRandomTypeCollection &TypeCollection,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h210 typedef std::vector<lldb_private::Type *> TypeCollection; typedef
214 TypeCollection &type_collection);
H A DSymbolFilePDB.cpp1524 TypeCollection &type_collection) { in GetTypesForPDBSymbol()
1575 TypeCollection type_collection; in GetTypes()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp168 TypeCollection &getTypeTable() { in getTypeTable()
175 TypeCollection &getIDTable() { in getIDTable()
372 TypeCollection &TypeTable) { in addTypeInfo()
844 TypeCollection &IDTable) { in translateIdSymbols()