Searched refs:TypeCollection (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.h | 23 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 D | SymbolDumper.h | 22 class TypeCollection; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 49 TypeCollection &Types;
|
H A D | TypeCollection.h | 18 class TypeCollection { 20 virtual ~TypeCollection() = default;
|
H A D | CVTypeVisitor.h | 18 class TypeCollection; variable 47 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
|
H A D | TypeHashing.h | 51 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection() 166 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
|
H A D | RecordName.h | 17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
|
H A D | TypeTableCollection.h | 20 class TypeTableCollection : public TypeCollection {
|
H A D | TypeIndex.h | 24 class TypeCollection; variable 287 TypeCollection &Types);
|
H A D | AppendingTypeTableBuilder.h | 26 class AppendingTypeTableBuilder : public TypeCollection {
|
H A D | MergingTypeTableBuilder.h | 28 class MergingTypeTableBuilder : public TypeCollection {
|
H A D | LazyRandomTypeCollection.h | 49 class LazyRandomTypeCollection : public TypeCollection {
|
H A D | GlobalTypeTableBuilder.h | 29 class GlobalTypeTableBuilder : public TypeCollection {
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | CVTypeVisitor.cpp | 83 Error visitTypeStream(TypeCollection &Types); 158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() 245 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() 250 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
|
H A D | TypeIndex.cpp | 93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
H A D | SymbolDumper.cpp | 33 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() 56 TypeCollection &Types;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeEnumTypes.h | 27 codeview::LazyRandomTypeCollection &TypeCollection,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 88 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() 118 TypeCollection &TypeTable;
|