Lines Matching refs:TargetInfo
32 class TargetInfo {
34 TargetInfo() = default;
36 TargetInfo(std::string hash, RangeSet ranges) in TargetInfo() function
51 bool operator==(const TargetInfo& other) const {
56 friend std::ostream& operator<<(std::ostream& os, const TargetInfo& source);
64 std::ostream& operator<<(std::ostream& os, const TargetInfo& source);
128 bool Overlaps(const TargetInfo& target) const;
305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
341 const TargetInfo& target() const { in target()
380 const std::string& tgt_hash, TargetInfo* target,
396 TargetInfo target_;