Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:functionNumber

2442                                              int functionNumber)
2443 : P(p), F(f), FunctionNumber(functionNumber) {
4783 if (FunctionNumber == -1) {
4788 ID.UIntVal = FunctionNumber;
4824 int FunctionNumber = -1;
4825 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1;
4827 PerFunctionState PFS(*this, Fn, FunctionNumber);