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

Method SetState

IDEHelper/Compiler/BfIRBuilder.cpp:6274–6281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6272}
6273
6274void BfIRBuilder::SetState(const BfIRState& state)
6275{
6276 mActualInsertBlock = state.mActualInsertBlock;
6277 mInsertBlock = state.mInsertBlock;
6278 mActiveFunction = state.mActiveFunction;
6279 mActiveFunctionHasBody = state.mActiveFunctionHasBody;
6280 mSavedDebugLocs = state.mSavedDebugLocs;
6281}

Callers 1

ProcessMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected