Searched refs:UseDebugLoc (Results 1 – 2 of 2) sorted by relevance
43 static bool shouldSkipRemark(bool UseDebugLoc, Remark &Remark) { in shouldSkipRemark() argument44 return UseDebugLoc && !Remark.Loc.has_value(); in shouldSkipRemark()65 if (UseDebugLoc) in tryInstructionCount()76 if (shouldSkipRemark(UseDebugLoc, Remark)) in tryInstructionCount()83 if (UseDebugLoc) { in tryInstructionCount()116 if (UseDebugLoc) in tryAnnotationCount()127 if (shouldSkipRemark(UseDebugLoc, Remark)) in tryAnnotationCount()138 if (UseDebugLoc) { in tryAnnotationCount()
42 static cl::opt<bool> UseDebugLoc( \