Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h195 bool PCTable = false; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp168 Options.PCTable |= ClCreatePCTable; in OverrideFromCL()
415 if (Ctor && Options.PCTable) { in runOnModule()
624 if (Options.PCTable) in CreateFunctionLocalArrays()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp211 Opts.PCTable = CGOpts.SanitizeCoveragePCTable; in addSanitizerCoveragePass()