Searched refs:RuleMap (Results 1 – 9 of 9) sorted by relevance
147 typedef map<string, string> RuleMap; typedef151 typedef map<Address, RuleMap> RuleChangeMap;163 RuleMap initial_rules;311 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()
241 bool Module::WriteRuleMap(const RuleMap &rule_map, std::ostream &stream) { in WriteRuleMap()242 for (RuleMap::const_iterator it = rule_map.begin(); in WriteRuleMap()
375 Module::RuleMap entry2_initial; in TEST()384 Module::RuleMap entry3_initial; in TEST()
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()
1480 class CallFrameInfo::RuleMap { class in dwarf2reader::CallFrameInfo1482 RuleMap() : cfa_rule_(NULL) { } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap1483 RuleMap(const RuleMap &rhs) : cfa_rule_(NULL) { *this = rhs; } in RuleMap() function in dwarf2reader::CallFrameInfo::RuleMap1484 ~RuleMap() { Clear(); } in ~RuleMap()1486 RuleMap &operator=(const RuleMap &rhs);1509 const RuleMap &new_rules) const;1527 CallFrameInfo::RuleMap &CallFrameInfo::RuleMap::operator=(const RuleMap &rhs) { in operator =()1537 CallFrameInfo::Rule *CallFrameInfo::RuleMap::RegisterRule(int reg) const { in RegisterRule()1546 void CallFrameInfo::RuleMap::SetRegisterRule(int reg, Rule *rule) { in SetRegisterRule()1554 bool CallFrameInfo::RuleMap::HandleTransitionTo( in HandleTransitionTo()[all …]
1029 class RuleMap; variable
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?