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

Method DbgCreateReferenceType

IDEHelper/Compiler/BfIRBuilder.cpp:6026–6031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6024}
6025
6026BfIRMDNode BfIRBuilder::DbgCreateReferenceType(BfIRMDNode diType)
6027{
6028 BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreateReferenceType, diType);
6029 NEW_CMD_INSERTED_IRMD;
6030 return retVal;
6031}
6032
6033BfIRMDNode BfIRBuilder::DbgCreateConstType(BfIRMDNode diType)
6034{

Callers 2

ProcessMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected