Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp72 struct GenericTable { struct
73 std::string Name;
74 ArrayRef<SMLoc> Locs; // Source locations from the Record instance.
75 std::string PreprocessorGuard;
76 std::string CppTypeName;
77 SmallVector<GenericField, 2> Fields;
78 std::vector<Record *> Entries;
80 std::unique_ptr<SearchIndex> PrimaryKey;
81 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;
83 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