Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumpVisitor.h24 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;
DSymbolDumper.h23 class TypeCollection; variable
28 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
48 TypeCollection &Types;
DTypeCollection.h20 class TypeCollection {
22 virtual ~TypeCollection() = default;
DCVTypeVisitor.h19 class TypeCollection; variable
48 Error visitTypeStream(TypeCollection &Types, TypeVisitorCallbacks &Callbacks);
DTypeHashing.h52 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
130 hashTypeCollection(TypeCollection &Types) { in hashTypeCollection()
DRecordName.h19 std::string computeTypeName(TypeCollection &Types, TypeIndex Index);
DTypeTableCollection.h21 class TypeTableCollection : public TypeCollection {
DTypeIndex.h25 class TypeCollection; variable
270 TypeCollection &Types);
DAppendingTypeTableBuilder.h30 class AppendingTypeTableBuilder : public TypeCollection {
DMergingTypeTableBuilder.h32 class MergingTypeTableBuilder : public TypeCollection {
DGlobalTypeTableBuilder.h32 class GlobalTypeTableBuilder : public TypeCollection {
DLazyRandomTypeCollection.h51 class LazyRandomTypeCollection : public TypeCollection {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DTypeListPool.java80 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/
DBytesOutputStyle.cpp450 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/
DCVTypeVisitor.cpp84 Error visitTypeStream(TypeCollection &Types);
159 Error CVTypeVisitor::visitTypeStream(TypeCollection &Types) { in visitTypeStream()
246 Error llvm::codeview::visitTypeStream(TypeCollection &Types, in visitTypeStream()
DRecordName.cpp25 TypeCollection &Types;
32 explicit TypeNameComputer(TypeCollection &Types) : Types(Types) {} in TypeNameComputer()
249 std::string llvm::codeview::computeTypeName(TypeCollection &Types, in computeTypeName()
DTypeIndex.cpp91 TypeIndex TI, TypeCollection &Types) { in printTypeIndex()
DSymbolDumper.cpp34 CVSymbolDumperImpl(TypeCollection &Types, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl()
55 TypeCollection &Types;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeEnumTypes.h28 codeview::LazyRandomTypeCollection &TypeCollection,