| 4357 | } |
| 4358 | |
| 4359 | BfIRValue BfIRBuilder::GetConfigConst(BfIRConfigConst constType, BfTypeCode typeCode) |
| 4360 | { |
| 4361 | BfIRValue retVal = WriteCmd(BfIRCmd_ConfigConst, (int)constType, typeCode); |
| 4362 | NEW_CMD_INSERTED_IRVALUE; |
| 4363 | return retVal; |
| 4364 | } |
| 4365 | |
| 4366 | BfIRValue BfIRBuilder::GetArgument(int argIdx) |
| 4367 | { |
no outgoing calls
no test coverage detected