Home
last modified time | relevance | path

Searched refs:GetEndAddress (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp38 DumpAddressRange(s, offset + GetBaseAddress(), offset + GetEndAddress(), in Dump()
44 lhs.GetEndAddress() == rhs.GetEndAddress(); in operator ==()
56 return lhs.GetEndAddress() < rhs.GetEndAddress(); in operator <()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h65 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()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBLineEntryExtensions.i20 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this line entry.''')
H A DSBFunctionExtensions.i15 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
H A DSBSymbolExtensions.i21 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this symbol.''')
H A DSBModuleExtensions.i9 symEA = symbol.GetEndAddress().GetFileAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbol.h58 SBAddress GetEndAddress();
H A DSBFunction.h46 lldb::SBAddress GetEndAddress();
H A DSBLineEntry.h30 lldb::SBAddress GetEndAddress() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp151 SBAddress SBSymbol::GetEndAddress() { in GetEndAddress() function in SBSymbol
H A DSBLineEntry.cpp59 SBAddress SBLineEntry::GetEndAddress() const { in GetEndAddress() function in SBLineEntry
H A DSBFunction.cpp150 SBAddress SBFunction::GetEndAddress() { in GetEndAddress() function in SBFunction
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32545 result = (arg1)->GetEndAddress(); in _wrap_SBFunction_GetEndAddress()
36366 result = ((lldb::SBLineEntry const *)arg1)->GetEndAddress(); in _wrap_SBLineEntry_GetEndAddress()
52786 result = (arg1)->GetEndAddress(); in _wrap_SBSymbol_GetEndAddress()