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

Method CreateObjectAccessCheck

IDEHelper/Compiler/BfIRBuilder.cpp:5831–5841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5829}
5830
5831void BfIRBuilder::CreateObjectAccessCheck(BfIRValue value, bool useAsm)
5832{
5833 auto retBlock = WriteCmd(BfIRCmd_ObjectAccessCheck, value, useAsm);
5834 NEW_CMD_INSERTED_IRBLOCK;
5835 if (!mIgnoreWrites)
5836 {
5837 BF_ASSERT(!retBlock.IsFake());
5838 mActualInsertBlock = retBlock;
5839 }
5840 mInsertBlock = retBlock;
5841}
5842
5843void BfIRBuilder::DbgInit()
5844{

Callers 2

EmitObjectAccessCheckMethod · 0.80

Calls 1

IsFakeMethod · 0.45

Tested by

no test coverage detected