Searched refs:RuleMap (Results 1 – 9 of 9) sorted by relevance
138 typedef map<string, string> RuleMap; typedef142 typedef map<Address, RuleMap> RuleChangeMap;154 RuleMap initial_rules;293 static bool WriteRuleMap(const RuleMap &rule_map, std::ostream &stream);
160 Module::RuleMap expected_initial; in TEST_F()212 Module::RuleMap expected_initial; in TEST_F()246 Module::RuleMap expected_initial; in TEST_F()259 Module::RuleMap expected_initial; in TEST_F()271 Module::RuleMap expected_initial; in TEST_F()
222 bool Module::WriteRuleMap(const RuleMap &rule_map, std::ostream &stream) { in WriteRuleMap()223 for (RuleMap::const_iterator it = rule_map.begin(); in WriteRuleMap()
357 Module::RuleMap entry2_initial; in TEST()366 Module::RuleMap entry3_initial; in TEST()
1049 class CallFrameInfo::RuleMap { class in dwarf2reader::CallFrameInfo1051 RuleMap() : cfa_rule_(NULL) { } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap1052 RuleMap(const RuleMap &rhs) : cfa_rule_(NULL) { *this = rhs; } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap1053 ~RuleMap() { Clear(); } in ~RuleMap()1055 RuleMap &operator=(const RuleMap &rhs);1078 const RuleMap &new_rules) const;1096 CallFrameInfo::RuleMap &CallFrameInfo::RuleMap::operator=(const RuleMap &rhs) { in operator =()1106 CallFrameInfo::Rule *CallFrameInfo::RuleMap::RegisterRule(int reg) const { in RegisterRule()1115 void CallFrameInfo::RuleMap::SetRegisterRule(int reg, Rule *rule) { in SetRegisterRule()1123 bool CallFrameInfo::RuleMap::HandleTransitionTo( in HandleTransitionTo()[all …]
756 class RuleMap; variable
110 typedef map<string, string> RuleMap; typedef134 RuleMap register_rules_;
78 for (RuleMap::const_iterator it = register_rules_.begin(); in FindCallerRegs()115 for (RuleMap::const_iterator iter = register_rules_.begin(); in Serialize()
4450 RuleMap: IDictionary<Integer, Integer>;4455 for RuleMap in FState.RuleMemo do4456 if Assigned(RuleMap) then4457 Inc(Result,RuleMap.Count); // how many input indexes are recorded?