Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:address

49     // program opcodes that alter the address register first multiply their
95 return LHS.Address < RHS.Address;
100 uint64_t Address;
121 // A boolean indicating that the current address is that of the
125 // A boolean indicating that the current address is one (of possibly
129 // A boolean indicating that the current address is one (of possibly
137 // guaranteed to be in the order of ascending instruction address.
139 // Sequence describes instructions at address range [LowPC, HighPC)
177 // Returns the index of the row with file/line info for a given address,
179 uint32_t lookupAddress(uint64_t address) const;
181 bool lookupAddressRange(uint64_t address,