| 5635 | } |
| 5636 | |
| 5637 | void BfIRBuilder::Call_AddAttribute(BfIRValue callInst, int argIdx, BfIRAttribute attr) |
| 5638 | { |
| 5639 | WriteCmd(BfIRCmd_Call_AddAttribute, callInst, argIdx, attr); |
| 5640 | NEW_CMD_INSERTED; |
| 5641 | } |
| 5642 | |
| 5643 | void BfIRBuilder::Call_AddAttribute(BfIRValue callInst, int argIdx, BfIRAttribute attr, int arg) |
| 5644 | { |
no outgoing calls
no test coverage detected