Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp62 Options.UseCfgChecksum = false; in getDefault()
344 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
345 : SP(SP), Ident(Ident), UseCfgChecksum(UseCfgChecksum), CfgChecksum(0), in GCOVFunction()
401 if (UseCfgChecksum) in writeOut()
406 if (UseCfgChecksum) in writeOut()
447 bool UseCfgChecksum; member in __anon821923f40311::GCOVFunction
709 Options.UseCfgChecksum, in emitProfileNotes()
1018 Builder.getInt8(Options.UseCfgChecksum), in insertCounterWriteout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h67 bool UseCfgChecksum; member