reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Address.h
  503 bool operator==(const Address &lhs, const Address &rhs);

References

tools/lldb/source/API/SBAddress.cpp
   68     return lhs.ref() == rhs.ref();
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  316     if (prologue_addr.IsValid() && (line_start == prologue_addr)) {
tools/lldb/source/Core/AddressResolverName.cpp
  128             if (sc.function->GetAddressRange().GetBaseAddress() ==
tools/lldb/source/Core/Disassembler.cpp
  493       const bool inst_is_at_pc = pc_addr_ptr && addr == *pc_addr_ptr;
 1162     if (m_instructions[i]->GetAddress() == address) {
tools/lldb/source/Core/FormatEntity.cpp
 1845           if (pc == *addr) {
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
  135         if (first_frame->GetFrameCodeAddress() ==
  226         if (first_frame->GetFrameCodeAddress() ==
tools/lldb/source/Symbol/SymbolContext.cpp
 1241           if (pos->function->GetAddressRange().GetBaseAddress() ==