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

Method ClearConstData

IDEHelper/Compiler/BfModule.cpp:12187–12195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12185}
12186
12187void BfModule::ClearConstData()
12188{
12189 mBfIRBuilder->ClearConstData();
12190 mStringObjectPool.Clear();
12191 mStringCharPtrPool.Clear();
12192 mStringPoolRefs.Clear();
12193 mUnreifiedStringPoolRefs.Clear();
12194 mStaticFieldRefs.Clear();
12195}
12196
12197BfTypedValue BfModule::GetTypedValueFromConstant(BfConstant* constant, BfIRConstHolder* constHolder, BfType* wantType)
12198{

Callers 1

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected