Searched refs:RelativeOnly (Results 1 – 3 of 3) sorted by relevance
137 cl::opt<bool> RelativeOnly( in gcovMain() 141 cl::alias RelativeOnlyA("relative-only", cl::aliasopt(RelativeOnly)); in gcovMain() 171 Demangle, NoOutput, RelativeOnly, UseStdout, in gcovMain() 139 cl::opt<bool> RelativeOnly( gcovMain() local
51 Demangle(M), NoOutput(N), RelativeOnly(R), UseStdout(T), in Options()64 bool RelativeOnly; member
890 if (options.RelativeOnly && sys::path::is_absolute(si.displayName)) in print()