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

Method CreateStructType

IDEHelper/Compiler/BfIRBuilder.cpp:4207–4212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4205}
4206
4207BfIRType BfIRBuilder::CreateStructType(const StringImpl& name)
4208{
4209 BfIRType retType = WriteCmd(BfIRCmd_CreateStruct, name);
4210 NEW_CMD_INSERTED_IRTYPE;
4211 return retType;
4212}
4213
4214BfIRType BfIRBuilder::CreateStructType(const BfSizedArray<BfIRType>& memberTypes)
4215{

Callers 2

AddDeferredCallEntryMethod · 0.80
GetIRLoweredTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected