Lines Matching full:address
145 bool DwarfCFIToModule::Entry(size_t offset, uint64 address, uint64 length,
156 entry_->address = address;
162 // may not establish any rule for .ra if the return address column
164 // address on entry to the function. So establish an initial .ra
165 // rule citing the return address register.
192 void DwarfCFIToModule::Record(Module::Address address, int reg,
205 if (address == entry_->address)
207 // File it under the appropriate address.
209 entry_->rule_changes[address][RegisterName(reg)] = shared_rule;
212 bool DwarfCFIToModule::UndefinedRule(uint64 address, int reg) {
218 bool DwarfCFIToModule::SameValueRule(uint64 address, int reg) {
221 Record(address, reg, s.str());
225 bool DwarfCFIToModule::OffsetRule(uint64 address, int reg,
229 Record(address, reg, s.str());
233 bool DwarfCFIToModule::ValOffsetRule(uint64 address, int reg,
237 Record(address, reg, s.str());
241 bool DwarfCFIToModule::RegisterRule(uint64 address, int reg,
245 Record(address, reg, s.str());
249 bool DwarfCFIToModule::ExpressionRule(uint64 address, int reg,
256 bool DwarfCFIToModule::ValExpressionRule(uint64 address, int reg,