| 5292 | } |
| 5293 | |
| 5294 | void BfIRBuilder::SetReflectTypeData(BfIRType type, BfIRValue globalVar) |
| 5295 | { |
| 5296 | BfIRValue retVal = WriteCmd(BfIRCmd_SetReflectTypeData, type, globalVar); |
| 5297 | NEW_CMD_INSERTED_IRVALUE; |
| 5298 | } |
| 5299 | |
| 5300 | BfIRBlock BfIRBuilder::CreateBlock(const StringImpl& name, bool addNow) |
| 5301 | { |