Searched refs:TypeCollection (Results 1 – 19 of 19) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 24 class TypeCollection; variable 29 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() 37 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes() 71 TypeCollection &getSourceTypes() const { in getSourceTypes() 79 TypeCollection &TpiTypes; 80 TypeCollection *IpiTypes = nullptr;
|
D | SymbolDumper.h | 23 class TypeCollection; variable 28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper() 48 TypeCollection &Types;
|
D | TypeCollection.h | 20 class TypeCollection { 22 virtual ~TypeCollection() = default;
|
D | CVTypeVisitor.h | 19 class TypeCollection; variable 48 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
|
D | TypeHashing.h | 52 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection() 130 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
|
D | RecordName.h | 19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
|
D | TypeTableCollection.h | 21 class TypeTableCollection : public TypeCollection {
|
D | TypeIndex.h | 25 class TypeCollection; variable 270 TypeCollection &Types);
|
D | AppendingTypeTableBuilder.h | 30 class AppendingTypeTableBuilder : public TypeCollection {
|
D | MergingTypeTableBuilder.h | 32 class MergingTypeTableBuilder : public TypeCollection {
|
D | GlobalTypeTableBuilder.h | 32 class GlobalTypeTableBuilder : public TypeCollection {
|
D | LazyRandomTypeCollection.h | 51 class LazyRandomTypeCollection : public TypeCollection {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | TypeListPool.java | 80 public static class Key<TypeCollection extends Collection<? extends CharSequence>> 82 @Nonnull TypeCollection types; 84 public Key(@Nonnull TypeCollection types) { in Key()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | BytesOutputStyle.cpp | 450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes() local 451 if (TypeCollection) in initializeTypes() 452 return *TypeCollection; in initializeTypes() 462 TypeCollection = in initializeTypes() 465 return *TypeCollection; in initializeTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | CVTypeVisitor.cpp | 84 Error visitTypeStream(TypeCollection &Types); 159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream() 246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
|
D | RecordName.cpp | 25 TypeCollection &Types; 32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer() 249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
|
D | TypeIndex.cpp | 91 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
|
D | SymbolDumper.cpp | 34 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() 55 TypeCollection &Types;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.h | 28 codeview::LazyRandomTypeCollection &TypeCollection,
|