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

Method DbgCreatePointerType

IDEHelper/Compiler/BfIRBuilder.cpp:6019–6024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6017}
6018
6019BfIRMDNode BfIRBuilder::DbgCreatePointerType(BfIRMDNode diType)
6020{
6021 BfIRMDNode retVal = WriteCmd(BfIRCmd_DbgCreatePointerType, diType);
6022 NEW_CMD_INSERTED_IRMD;
6023 return retVal;
6024}
6025
6026BfIRMDNode BfIRBuilder::DbgCreateReferenceType(BfIRMDNode diType)
6027{

Callers 2

AddDeferredCallEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected