Searched refs:TypeCollection (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
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;
|
D | SymbolDumper.h | 22 class TypeCollection; variable 27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 49 TypeCollection &Types;
|
D | TypeCollection.h | 19 class TypeCollection { 21 virtual ~TypeCollection() = default;
|
D | CVTypeVisitor.h | 18 class TypeCollection; variable 47 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
|
D | RecordName.h | 18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
|
D | TypeHashing.h | 51 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection() 156 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
|
D | TypeTableCollection.h | 20 class TypeTableCollection : public TypeCollection {
|
D | AppendingTypeTableBuilder.h | 29 class AppendingTypeTableBuilder : public TypeCollection {
|
D | MergingTypeTableBuilder.h | 31 class MergingTypeTableBuilder : public TypeCollection {
|
D | TypeIndex.h | 24 class TypeCollection; variable 278 TypeCollection &Types);
|
D | LazyRandomTypeCollection.h | 50 class LazyRandomTypeCollection : public TypeCollection {
|
D | GlobalTypeTableBuilder.h | 31 class GlobalTypeTableBuilder : public TypeCollection {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
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()
|
D | RecordName.cpp | 24 TypeCollection &Types; 31 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() 248 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
|
D | TypeIndex.cpp | 93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
D | SymbolDumper.cpp | 33 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() 56 TypeCollection &Types;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.h | 27 codeview::LazyRandomTypeCollection &TypeCollection,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter() 131 TypeCollection &TypeTable;
|