Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp603 struct MatchDataDef { struct
604 MatchDataDef(StringRef Symbol, StringRef Type) : Symbol(Symbol), Type(Type) {} in MatchDataDef() function
606 StringRef Symbol;
607 StringRef Type;
610 std::string getVarName() const { in getVarName()