| 2253 | } |
| 2254 | |
| 2255 | void BfIRBuilder::Module_SetTargetTriple(const StringImpl& targetTriple, const StringImpl& targetCPU) |
| 2256 | { |
| 2257 | WriteCmd(BfIRCmd_Module_SetTargetTriple, targetTriple, targetCPU); |
| 2258 | NEW_CMD_INSERTED; |
| 2259 | } |
| 2260 | |
| 2261 | void BfIRBuilder::Module_AddModuleFlag(const StringImpl& flag, int val) |
| 2262 | { |