Searched refs:buildTable (Results 1 – 4 of 4) sorted by relevance
2213 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()2244 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
215 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage,
331 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage, in buildTable() function in llvm::gi::MatchTable
2904 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, in buildMatchTable()