Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DSearchableTableEmitter.cpp54 struct GenericField { struct
55 std::string Name;
56 RecTy *RecType = nullptr;
57 bool IsCode = false;
58 bool IsIntrinsic = false;
59 bool IsInstruction = false;
60 GenericEnum *Enum = nullptr;
62 GenericField(StringRef Name) : Name(std::string(Name)) {} in GenericField() function