Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:UseCfgChecksum

57   Options.UseCfgChecksum = false;
314 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody)
315 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0),
370 if (UseCfgChecksum)
375 if (UseCfgChecksum)
416 bool UseCfgChecksum;
516 Options.UseCfgChecksum,
872 Builder.getInt8(Options.UseCfgChecksum),