Searched defs:GenericField (Results 1 – 1 of 1) sorted by relevance
54 struct GenericField { struct55 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