| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.h | 24 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 D | SymbolDumper.h | 23 class TypeCollection; variable 28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 50 TypeCollection &Types;
|
| H A D | TypeCollection.h | 20 class TypeCollection { 22 virtual ~TypeCollection() = default;
|
| H A D | CVTypeVisitor.h | 19 class TypeCollection; variable 48 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
|
| H A D | TypeHashing.h | 52 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection() 130 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
|
| H A D | RecordName.h | 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
|
| H A D | TypeTableCollection.h | 21 class TypeTableCollection : public TypeCollection {
|
| H A D | AppendingTypeTableBuilder.h | 30 class AppendingTypeTableBuilder : public TypeCollection {
|
| H A D | MergingTypeTableBuilder.h | 32 class MergingTypeTableBuilder : public TypeCollection {
|
| H A D | TypeIndex.h | 25 class TypeCollection; variable 279 TypeCollection &Types);
|
| H A D | GlobalTypeTableBuilder.h | 32 class GlobalTypeTableBuilder : public TypeCollection {
|
| H A D | LazyRandomTypeCollection.h | 51 class LazyRandomTypeCollection : public TypeCollection {
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 450 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 D | CVTypeVisitor.cpp | 84 Error visitTypeStream(TypeCollection &Types); 159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() 246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
|
| H A D | RecordName.cpp | 25 TypeCollection &Types; 32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() 249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
|
| H A D | TypeIndex.cpp | 94 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
| H A D | SymbolDumper.cpp | 34 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() 57 TypeCollection &Types;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.h | 28 codeview::LazyRandomTypeCollection &TypeCollection,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 210 typedef std::vector<lldb_private::Type *> TypeCollection; typedef 214 TypeCollection &type_collection);
|
| H A D | SymbolFilePDB.cpp | 1524 TypeCollection &type_collection) { in GetTypesForPDBSymbol() 1575 TypeCollection type_collection; in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | PDB.cpp | 168 TypeCollection &getTypeTable() { in getTypeTable() 175 TypeCollection &getIDTable() { in getIDTable() 372 TypeCollection &TypeTable) { in addTypeInfo() 844 TypeCollection &IDTable) { in translateIdSymbols()
|