| 5285 | } |
| 5286 | |
| 5287 | BfIRValue BfIRBuilder::CreateGlobalStringPtr(const StringImpl& str) |
| 5288 | { |
| 5289 | BfIRValue retVal = WriteCmd(BfIRCmd_GlobalStringPtr, str); |
| 5290 | NEW_CMD_INSERTED_IRVALUE; |
| 5291 | return retVal; |
| 5292 | } |
| 5293 | |
| 5294 | void BfIRBuilder::SetReflectTypeData(BfIRType type, BfIRValue globalVar) |
| 5295 | { |
no outgoing calls
no test coverage detected