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

Method DbgCreateConstType

IDEHelper/Compiler/BfIRBuilder.cpp:6033–6038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6031}
6032
6033BfIRMDNode BfIRBuilder::DbgCreateConstType(BfIRMDNode diType)
6034{
6035 BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateConstType, diType);
6036 NEW_CMD_INSERTED_IRMD;
6037 return retVal;
6038}
6039
6040BfIRMDNode BfIRBuilder::DbgCreateArtificialType(BfIRMDNode diType)
6041{

Callers 2

ProcessMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected