Home
last modified time | relevance | path

Searched defs:GenericTable (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp70 struct GenericTable { struct
71 std::string Name;
72 std::string PreprocessorGuard;
73 std::string CppTypeName;
74 SmallVector<GenericField, 2> Fields;
75 std::vector<Record *> Entries;
77 std::unique_ptr<SearchIndex> PrimaryKey;
78 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;
80 const GenericField *getFieldByName(StringRef Name) const { in getFieldByName()
/external/sfntly/cpp/src/sfntly/table/
Dtable.h102 GenericTable(Header* header, ReadableFontData* data) : Table(header, data) {} in GenericTable() function