| 6017 | } |
| 6018 | |
| 6019 | BfIRMDNode BfIRBuilder::DbgCreatePointerType(BfIRMDNode diType) |
| 6020 | { |
| 6021 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreatePointerType, diType); |
| 6022 | NEW_CMD_INSERTED_IRMD; |
| 6023 | return retVal; |
| 6024 | } |
| 6025 | |
| 6026 | BfIRMDNode BfIRBuilder::DbgCreateReferenceType(BfIRMDNode diType) |
| 6027 | { |
no outgoing calls
no test coverage detected