Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h154 bool TraceGep = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp209 Options.TraceGep |= ClGEPTracing; in OverrideFromCL()
716 if (Options.TraceGep) in instrumentFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp243 Opts.TraceGep = CGOpts.SanitizeCoverageTraceGep; in getSancovOptsFromCGOpts()