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

Method GetBeContext

IDEHelper/Compiler/CeMachine.cpp:9618–9623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9616}
9617
9618BeContext* CeMachine::GetBeContext()
9619{
9620 if (mCeModule == NULL)
9621 return NULL;
9622 return mCeModule->mBfIRBuilder->mBeIRCodeGen->mBeContext;
9623}
9624
9625BeModule* CeMachine::GetBeModule()
9626{

Callers 4

EmitConstMethod · 0.80
GetCallTableIdxMethod · 0.80
GetOperandMethod · 0.80
BuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected