Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp139 cl::opt<bool> RelativeOnly( in gcovMain() local
143 cl::alias RelativeOnlyA("relative-only", cl::aliasopt(RelativeOnly)); in gcovMain()
173 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h53 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()
66 bool RelativeOnly; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp846 if (options.RelativeOnly && sys::path::is_absolute(si.displayName)) in print()