HomeSort by relevance Sort by last modified time
    Searched refs:TypeDB (Results 1 - 12 of 12) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 30 explicit CVTypeDumper(TypeDatabase &TypeDB,
32 : TypeDB(TypeDB), Handler(Handler) {}
54 TypeDatabase &TypeDB;
SymbolDumper.h 28 CVSymbolDumper(ScopedPrinter &W, TypeDatabase &TypeDB,
31 : W(W), TypeDB(TypeDB), ObjDelegate(std::move(ObjDelegate)),
46 TypeDatabase &TypeDB;
TypeDatabaseVisitor.h 24 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(TypeDB) {}
47 TypeDatabase &TypeDB;
TypeDumpVisitor.h 28 TypeDumpVisitor(TypeDatabase &TypeDB, ScopedPrinter *W, bool PrintRecordBytes)
29 : W(W), PrintRecordBytes(PrintRecordBytes), TypeDB(TypeDB) {}
33 /// the item database if appropriate. If ItemDB is null, it will use TypeDB,
68 TypeDatabase &getSourceDB() const { return ItemDB ? *ItemDB : TypeDB; }
74 TypeDatabase &TypeDB;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CVTypeDumper.h 30 explicit CVTypeDumper(TypeDatabase &TypeDB,
32 : TypeDB(TypeDB), Handler(Handler) {}
54 TypeDatabase &TypeDB;
SymbolDumper.h 28 CVSymbolDumper(ScopedPrinter &W, TypeDatabase &TypeDB,
31 : W(W), TypeDB(TypeDB), ObjDelegate(std::move(ObjDelegate)),
46 TypeDatabase &TypeDB;
TypeDatabaseVisitor.h 24 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(TypeDB) {}
47 TypeDatabase &TypeDB;
TypeDumpVisitor.h 28 TypeDumpVisitor(TypeDatabase &TypeDB, ScopedPrinter *W, bool PrintRecordBytes)
29 : W(W), PrintRecordBytes(PrintRecordBytes), TypeDB(TypeDB) {}
33 /// the item database if appropriate. If ItemDB is null, it will use TypeDB,
68 TypeDatabase &getSourceDB() const { return ItemDB ? *ItemDB : TypeDB; }
74 TypeDatabase &TypeDB;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 26 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(&TypeDB) {}
56 TypeDatabase *TypeDB;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 26 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(&TypeDB) {}
56 TypeDatabase *TypeDB;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 26 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(&TypeDB) {}
56 TypeDatabase *TypeDB;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 26 explicit TypeDatabaseVisitor(TypeDatabase &TypeDB) : TypeDB(&TypeDB) {}
56 TypeDatabase *TypeDB;

Completed in 154 milliseconds