| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.h | 26 class TypeCollection; variable 31 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 39 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes() 73 TypeCollection &getSourceTypes() const { in getSourceTypes() 81 TypeCollection &TpiTypes; 82 TypeCollection *IpiTypes = nullptr;
|
| H A D | SymbolDumper.h | 25 class TypeCollection; variable 30 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 52 TypeCollection &Types;
|
| H A D | RecordName.h | 19 class TypeCollection; variable 21 LLVM_ABI std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
|
| H A D | TypeCollection.h | 18 class TypeCollection { 20 virtual ~TypeCollection() = default;
|
| H A D | CVTypeVisitor.h | 21 class TypeCollection; variable 54 LLVM_ABI Error visitTypeStream(TypeCollection &Types,
|
| H A D | TypeHashing.h | 54 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection() 171 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
|
| H A D | TypeTableCollection.h | 21 class LLVM_ABI TypeTableCollection : public TypeCollection {
|
| H A D | AppendingTypeTableBuilder.h | 27 class LLVM_ABI AppendingTypeTableBuilder : public TypeCollection {
|
| H A D | TypeIndex.h | 25 class TypeCollection; variable 289 TypeIndex TI, TypeCollection &Types);
|
| H A D | MergingTypeTableBuilder.h | 29 class LLVM_ABI MergingTypeTableBuilder : public TypeCollection {
|
| H A D | LazyRandomTypeCollection.h | 49 class LLVM_ABI LazyRandomTypeCollection : public TypeCollection {
|
| H A D | GlobalTypeTableBuilder.h | 30 class LLVM_ABI GlobalTypeTableBuilder : public TypeCollection {
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | TypeMerger.h | 35 inline llvm::codeview::TypeCollection &getTypeTable() { in getTypeTable() 41 inline llvm::codeview::TypeCollection &getIDTable() { in getIDTable()
|
| H A D | PDB.cpp | 273 TypeCollection &typeTable) { in addTypeInfo() 1268 TypeCollection &records) { in printStats()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 447 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/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | CVTypeVisitor.cpp | 11 #include "llvm/DebugInfo/CodeView/TypeCollection.h" 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 | 17 #include "llvm/DebugInfo/CodeView/TypeCollection.h" 29 TypeCollection &Types; 36 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() 254 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 | 31 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() 54 TypeCollection &Types;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeEnumTypes.h | 30 codeview::LazyRandomTypeCollection &TypeCollection,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 201 typedef std::vector<lldb_private::Type *> TypeCollection; typedef 205 TypeCollection &type_collection);
|
| H A D | SymbolFilePDB.cpp | 1561 TypeCollection &type_collection) { in GetTypesForPDBSymbol() 1611 TypeCollection type_collection; in GetTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 80 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() 110 TypeCollection &TypeTable;
|