| /llvm-project/lldb/source/Utility/ |
| H A D | VMRange.cpp | 38 DumpAddressRange(s, offset + GetBaseAddress(), offset + GetEndAddress(), in Dump() 44 lhs.GetEndAddress() == rhs.GetEndAddress(); in operator ==() 56 return lhs.GetEndAddress() < rhs.GetEndAddress(); in operator <()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | VMRange.h | 65 lldb::addr_t GetEndAddress() const { return GetBaseAddress() + m_byte_size; } in GetEndAddress() function 70 return (GetBaseAddress() <= addr) && (addr < GetEndAddress()); in Contains() 75 lldb::addr_t range_end = range.GetEndAddress(); in Contains() 76 return (GetBaseAddress() <= range_end) && (range_end <= GetEndAddress()); in Contains()
|
| /llvm-project/lldb/test/API/python_api/absolute_symbol/ |
| H A D | TestAbsoluteSymbol.py | 62 self.assertTrue(symbol.GetEndAddress().IsValid()) 72 self.assertFalse(symbol.GetEndAddress().IsValid())
|
| /llvm-project/lldb/test/API/functionalities/multiple-slides/ |
| H A D | TestMultipleSlides.py | 29 first_sym.GetEndAddress().GetOffset() 33 second_sym.GetEndAddress().GetOffset()
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_lineentry.py | 10 obj.GetEndAddress()
|
| H A D | sb_symbol.py | 13 obj.GetEndAddress()
|
| H A D | sb_function.py | 13 ea = obj.GetEndAddress()
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBLineEntryExtensions.i | 20 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBFunctionExtensions.i | 15 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBSymbolExtensions.i | 21 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBModuleExtensions.i | 9 symEA = symbol.GetEndAddress().GetFileAddress()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBFunction.h | 48 lldb::SBAddress GetEndAddress();
|
| H A D | SBSymbol.h | 58 SBAddress GetEndAddress();
|
| H A D | SBLineEntry.h | 30 lldb::SBAddress GetEndAddress() const;
|
| /llvm-project/lldb/test/API/functionalities/step_scripted/ |
| H A D | Steps.py | 70 end = le.GetEndAddress().GetLoadAddress(self.target)
|
| /llvm-project/lldb/examples/python/ |
| H A D | scripted_step.py | 174 end_address = cur_line_entry.GetEndAddress()
|
| /llvm-project/lldb/source/API/ |
| H A D | SBLineEntry.cpp | 59 SBAddress SBLineEntry::GetEndAddress() const { in GetEndAddress() function in SBLineEntry
|
| H A D | SBSymbol.cpp | 152 SBAddress SBSymbol::GetEndAddress() { in GetEndAddress() 151 SBAddress SBSymbol::GetEndAddress() { GetEndAddress() function in SBSymbol
|
| H A D | SBFunction.cpp | 151 SBAddress SBFunction::GetEndAddress() { in GetEndAddress() 150 SBAddress SBFunction::GetEndAddress() { GetEndAddress() function in SBFunction
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | VMRangeTest.cpp | 19 (*os) << "VMRange(" << v.GetBaseAddress() << ", " << v.GetEndAddress() << ")"; in PrintTo()
|
| /llvm-project/lldb/examples/functions/ |
| H A D | main.cpp | 223 addr_t hi_pc = function.GetEndAddress().GetFileAddress(); in main()
|
| /llvm-project/lldb/test/API/python_api/address_range/ |
| H A D | TestAddressRange.py | 74 func.GetEndAddress().GetOffset() - func.GetStartAddress().GetOffset(),
|
| /llvm-project/lldb/test/API/python_api/thread/ |
| H A D | TestThreadAPI.py | 268 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)
|
| /llvm-project/lldb/tools/lldb-dap/ |
| H A D | lldb-dap.cpp | 4408 auto end_line_entry = line_entry.GetEndAddress().GetLineEntry();
|