Searched refs:buildTable (Results 1 – 5 of 5) sorted by relevance
2236 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()2267 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
2577 return MatchTable::buildTable(OptRules, /*WithCoverage*/ false, 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