| 6031 | } |
| 6032 | |
| 6033 | BfIRMDNode BfIRBuilder::DbgCreateConstType(BfIRMDNode diType) |
| 6034 | { |
| 6035 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateConstType, diType); |
| 6036 | NEW_CMD_INSERTED_IRMD; |
| 6037 | return retVal; |
| 6038 | } |
| 6039 | |
| 6040 | BfIRMDNode BfIRBuilder::DbgCreateArtificialType(BfIRMDNode diType) |
| 6041 | { |
no outgoing calls
no test coverage detected