Home
last modified time | relevance | path

Searched defs:RemarkLinker (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkLinker.h32 struct RemarkLinker { struct
35 struct RemarkPtrCompare {
46 StringTable StrTab;
52 std::set<std::unique_ptr<Remark>, RemarkPtrCompare> Remarks;
55 std::optional<std::string> PrependPath;
59 bool KeepAllRemarks = true;
66 bool shouldKeepRemark(const Remark &R) { in shouldKeepRemark()
75 void setKeepAllRemarks(bool B) { KeepAllRemarks = B; } in setKeepAllRemarks()
97 bool empty() const { return Remarks.empty(); } in empty()
102 using iterator = pointee_iterator<decltype(Remarks)::const_iterator>;
[all …]