| 10908 | } |
| 10909 | |
| 10910 | void BfModule::EmitEnsureInstructionAt() |
| 10911 | { |
| 10912 | if (!WantsDebugHelpers()) |
| 10913 | return; |
| 10914 | mBfIRBuilder->CreateEnsureInstructionAt(); |
| 10915 | } |
| 10916 | |
| 10917 | void BfModule::EmitDynamicCastCheck(const BfTypedValue& targetValue, BfType* targetType, BfIRBlock trueBlock, BfIRBlock falseBlock, bool nullSucceeds) |
| 10918 | { |
no test coverage detected