MCPcopy Create free account
hub / github.com/beefytech/Beef / Module_SetTargetTriple

Method Module_SetTargetTriple

IDEHelper/Compiler/BfIRBuilder.cpp:2255–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FinishInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected