Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h160 bool PCTable = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp214 Options.PCTable |= ClCreatePCTable; in OverrideFromCL()
542 if (Ctor && Options.PCTable) { in instrumentModule()
816 if (Options.PCTable) in CreateFunctionLocalArrays()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp250 Opts.PCTable = CGOpts.SanitizeCoveragePCTable; in getSancovOptsFromCGOpts()