Home
last modified time | relevance | path

Searched refs:UseDebugLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp43 static bool shouldSkipRemark(bool UseDebugLoc, Remark &Remark) { in shouldSkipRemark() argument
44 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()
H A DRemarkUtilHelpers.h42 static cl::opt<bool> UseDebugLoc( \