Home
last modified time | relevance | path

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/
DTypeDumpVisitor.h23 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;
DSymbolDumper.h22 class TypeCollection; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types;
DTypeCollection.h19 class TypeCollection {
21 virtual ~TypeCollection() = default;
DCVTypeVisitor.h18 class TypeCollection; variable
47 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
DRecordName.h18 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
DTypeHashing.h51 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
156 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
DAppendingTypeTableBuilder.h29 class AppendingTypeTableBuilder : public TypeCollection {
DMergingTypeTableBuilder.h31 class MergingTypeTableBuilder : public TypeCollection {
DTypeIndex.h24 class TypeCollection; variable
278 TypeCollection &Types);
DLazyRandomTypeCollection.h50 class LazyRandomTypeCollection : public TypeCollection {
DGlobalTypeTableBuilder.h31 class GlobalTypeTableBuilder : public TypeCollection {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp83 Error visitTypeStream(TypeCollection &Types);
158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
DRecordName.cpp24 TypeCollection &Types;
31 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer()
248 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
DTypeIndex.cpp93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
DSymbolDumper.cpp33 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/
DNativeEnumTypes.h27 codeview::LazyRandomTypeCollection &TypeCollection,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp101 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
131 TypeCollection &TypeTable;