Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h143 bool PCTable = false; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp195 Options.PCTable |= ClCreatePCTable; in OverrideFromCL()
516 if (Ctor && Options.PCTable) { in instrumentModule()
784 if (Options.PCTable) in CreateFunctionLocalArrays()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp225 Opts.PCTable = CGOpts.SanitizeCoveragePCTable; in getSancovOptsFromCGOpts()