Home
last modified time | relevance | path

Searched refs:UseCfgChecksum (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp58 Options.UseCfgChecksum = false; in getDefault()
319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
320 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0), in GCOVFunction()
375 if (UseCfgChecksum) in writeOut()
380 if (UseCfgChecksum) in writeOut()
421 bool UseCfgChecksum; member in __anonfb28f5d70211::GCOVFunction
530 Options.UseCfgChecksum, in emitProfileNotes()
876 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp61 Options.UseCfgChecksum = false; in getDefault()
328 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
329 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0), in GCOVFunction()
384 if (UseCfgChecksum) in writeOut()
389 if (UseCfgChecksum) in writeOut()
430 bool UseCfgChecksum; member in __anon0aa0896f0211::GCOVFunction
582 Options.UseCfgChecksum, in emitProfileNotes()
974 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h55 bool UseCfgChecksum; member
/external/llvm/include/llvm/Transforms/
DInstrumentation.h66 bool UseCfgChecksum; member
/external/clang/lib/CodeGen/
DBackendUtil.cpp471 Options.UseCfgChecksum = CodeGenOpts.CoverageExtraChecksum; in CreatePasses()