Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Remarks/
DRemarkLinker.cpp70 static bool shouldKeepRemark(const Remark &R) { return R.Loc.has_value(); } in shouldKeepRemark() function
102 if (shouldKeepRemark(**Next)) in link()