Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h148 bool PCTable = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp193 Options.PCTable |= ClCreatePCTable; in OverrideFromCL()
499 if (Ctor && Options.PCTable) { in instrumentModule()
767 if (Options.PCTable) in CreateFunctionLocalArrays()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp238 Opts.PCTable = CGOpts.SanitizeCoveragePCTable; in getSancovOptsFromCGOpts()