Home
last modified time | relevance | path

Searched refs:PCTable (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h154 bool PCTable = false; member
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp192 Options.PCTable |= ClCreatePCTable; in OverrideFromCL()
503 if (Ctor && Options.PCTable) { in instrumentModule()
773 if (Options.PCTable) in CreateFunctionLocalArrays()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp249 Opts.PCTable = CGOpts.SanitizeCoveragePCTable; in getSancovOptsFromCGOpts()