Searched refs:LabelInfo (Results 1 – 2 of 2) sorted by relevance
39 class LabelInfo { class49 LabelInfo* assignment_; // Label from other program corresponding to this.53 LabelInfo* next_addr_; // Label(Info) at next highest address.54 LabelInfo* prev_addr_; // Label(Info) at next lowest address.60 LabelInfo() in LabelInfo() function in courgette::LabelInfo67 void operator=(const LabelInfo*); // Disallow assignment only.75 bool operator()(const LabelInfo* a, const LabelInfo* b) const { in operator ()()80 static std::string ToString(LabelInfo* info) { in ToString()135 Node(LabelInfo* in_edge, Node* prev) in Node()140 LabelInfo* in_edge_; //[all …]
164 class LabelInfo { class168 LabelInfo() in LabelInfo() function in courgette::adjustment_method_2::LabelInfo173 ~LabelInfo();186 LabelInfo* assignment_; // Label from other program corresponding to this.193 void operator=(const LabelInfo*); // Disallow assignment only.199 typedef std::vector<LabelInfo*> Trace;201 std::string ToString(const LabelInfo* info) { in ToString()216 LabelInfo* MakeLabelInfo(Label* label, bool is_model, uint32 position) { in MakeLabelInfo()217 LabelInfo& slot = label_infos_[label]; in MakeLabelInfo()235 std::map<Label*, LabelInfo> label_infos_;[all …]