Searched defs:GenericField (Results 1 – 1 of 1) sorted by relevance
52 struct GenericField { struct53 std::string Name;54 RecTy *RecType = nullptr;55 bool IsCode = false;56 bool IsIntrinsic = false;57 bool IsInstruction = false;58 GenericEnum *Enum = nullptr;60 GenericField(StringRef Name) : Name(std::string(Name)) {} in GenericField() function