HomeSort by relevance Sort by last modified time
    Searched refs:UseCfgChecksum (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 66 bool UseCfgChecksum;
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 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),
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 417 Options.UseCfgChecksum = CodeGenOpts.CoverageExtraChecksum;

Completed in 161 milliseconds