| 6208 | } |
| 6209 | |
| 6210 | BfIRMDNode BfIRBuilder::DbgCreateAutoVariable(BfIRMDNode scope, const StringImpl& name, BfIRMDNode file, int lineNo, BfIRMDNode type, BfIRInitType initType) |
| 6211 | { |
| 6212 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateAutoVariable, scope, name, file, lineNo, type, (int)initType); |
| 6213 | NEW_CMD_INSERTED_IRMD; |
| 6214 | return retVal; |
| 6215 | } |
| 6216 | |
| 6217 | BfIRValue BfIRBuilder::DbgInsertValueIntrinsic(BfIRValue val, BfIRMDNode varInfo) |
| 6218 | { |
no outgoing calls
no test coverage detected