Home
last modified time | relevance | path

Searched refs:TypeCollection (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A 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;
H A DSymbolDumper.h22 class TypeCollection; variable
27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
49 TypeCollection &Types;
H A DTypeCollection.h18 class TypeCollection {
20 virtual ~TypeCollection() = default;
H A DCVTypeVisitor.h18 class TypeCollection; variable
47 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
H A DTypeHashing.h51 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
166 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
H A DRecordName.h17 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
H A DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
H A DTypeIndex.h24 class TypeCollection; variable
287 TypeCollection &Types);
H A DAppendingTypeTableBuilder.h26 class AppendingTypeTableBuilder : public TypeCollection {
H A DMergingTypeTableBuilder.h28 class MergingTypeTableBuilder : public TypeCollection {
H A DLazyRandomTypeCollection.h49 class LazyRandomTypeCollection : public TypeCollection {
H A DGlobalTypeTableBuilder.h29 class GlobalTypeTableBuilder : public TypeCollection {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp447 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 DCVTypeVisitor.cpp83 Error visitTypeStream(TypeCollection &Types);
158 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
245 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
H A DRecordName.cpp25 TypeCollection &Types;
32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer()
250 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
H A DTypeIndex.cpp93 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
H A DSymbolDumper.cpp33 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl()
56 TypeCollection &Types;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h27 codeview::LazyRandomTypeCollection &TypeCollection,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp88 CVMCAdapter(MCStreamer &OS, TypeCollection &TypeTable) in CVMCAdapter()
118 TypeCollection &TypeTable;