| 6045 | } |
| 6046 | |
| 6047 | BfIRMDNode BfIRBuilder::DbgCreateArrayType(int64 sizeInBits, int64 alignInBits, BfIRMDNode elementType, int64 numElements) |
| 6048 | { |
| 6049 | BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateArrayType, sizeInBits, alignInBits, elementType, numElements); |
| 6050 | NEW_CMD_INSERTED_IRMD; |
| 6051 | return retVal; |
| 6052 | } |
| 6053 | |
| 6054 | BfIRMDNode BfIRBuilder::DbgCreateReplaceableCompositeType(int tag, const StringImpl& name, BfIRMDNode scope, BfIRMDNode file, int line, int64 sizeInBits, int64 alignInBits, int flags) |
| 6055 | { |
no outgoing calls
no test coverage detected