Searched refs:GetEndAddress (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/lldb/bindings/interface/ |
| H A D | SBLineEntry.i | 55 GetEndAddress () const; 97 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBSymbol.i | 50 GetEndAddress (); 84 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBFunction.i | 78 GetEndAddress (); 122 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
|
| H A D | SBModule.i | 19 symEA = symbol.GetEndAddress().GetFileAddress()
|
| /llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 46 SBAddress GetEndAddress();
|
| H A D | SBFunction.h | 45 lldb::SBAddress GetEndAddress();
|
| H A D | SBLineEntry.h | 30 lldb::SBAddress GetEndAddress() const;
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/ |
| H A D | Steps.py | 63 end = le.GetEndAddress().GetLoadAddress(self.target)
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | scripted_step.py | 167 end_address = cur_line_entry.GetEndAddress()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBLineEntry.cpp | 59 SBAddress SBLineEntry::GetEndAddress() const { in GetEndAddress() function in SBLineEntry
|
| H A D | SBSymbol.cpp | 151 SBAddress SBSymbol::GetEndAddress() { in GetEndAddress() function in SBSymbol
|
| H A D | SBFunction.cpp | 152 SBAddress SBFunction::GetEndAddress() { in GetEndAddress() function in SBFunction
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | VMRangeTest.cpp | 19 (*os) << "VMRange(" << v.GetBaseAddress() << ", " << v.GetEndAddress() << ")"; in PrintTo()
|
| /llvm-project-15.0.7/lldb/examples/functions/ |
| H A D | main.cpp | 223 addr_t hi_pc = function.GetEndAddress().GetFileAddress(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/thread/ |
| H A D | TestThreadAPI.py | 256 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)
|