| 5647 | } |
| 5648 | |
| 5649 | void BfIRBuilder::Func_AddAttribute(BfIRFunction func, int argIdx, BfIRAttribute attr) |
| 5650 | { |
| 5651 | WriteCmd(BfIRCmd_Func_AddAttribute, func, argIdx, attr); |
| 5652 | NEW_CMD_INSERTED; |
| 5653 | } |
| 5654 | |
| 5655 | void BfIRBuilder::Func_AddAttribute(BfIRFunction func, int argIdx, BfIRAttribute attr, int arg) |
| 5656 | { |
no outgoing calls
no test coverage detected