Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Utility/
DVMRange.cpp40 DumpAddressRange(s, offset + GetBaseAddress(), offset + GetEndAddress(), in Dump()
46 lhs.GetEndAddress() == rhs.GetEndAddress(); in operator ==()
58 return lhs.GetEndAddress() < rhs.GetEndAddress(); in operator <()
/external/llvm-project/lldb/include/lldb/Utility/
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()
/external/llvm-project/lldb/bindings/interface/
DSBLineEntry.i53 GetEndAddress () const;
95 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
DSBSymbol.i52 GetEndAddress ();
86 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
DSBFunction.i78 GetEndAddress ();
122 …end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object t…
/external/llvm-project/lldb/source/API/
DSBLineEntry.cpp64 SBAddress SBLineEntry::GetEndAddress() const { in GetEndAddress() function in SBLineEntry
65 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBAddress, SBLineEntry, GetEndAddress); in GetEndAddress()
203 LLDB_REGISTER_METHOD_CONST(lldb::SBAddress, SBLineEntry, GetEndAddress, ()); in RegisterMethods()
DSBSymbol.cpp159 SBAddress SBSymbol::GetEndAddress() { in GetEndAddress() function in SBSymbol
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBSymbol, GetEndAddress); in GetEndAddress()
229 LLDB_REGISTER_METHOD(lldb::SBAddress, SBSymbol, GetEndAddress, ()); in RegisterMethods()
DSBFunction.cpp159 SBAddress SBFunction::GetEndAddress() { in GetEndAddress() function in SBFunction
160 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBAddress, SBFunction, GetEndAddress); in GetEndAddress()
265 LLDB_REGISTER_METHOD(lldb::SBAddress, SBFunction, GetEndAddress, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_lineentry.py10 obj.GetEndAddress()
Dsb_symbol.py13 obj.GetEndAddress()
Dsb_function.py13 ea = obj.GetEndAddress()
/external/llvm-project/lldb/include/lldb/API/
DSBSymbol.h46 SBAddress GetEndAddress();
DSBLineEntry.h30 lldb::SBAddress GetEndAddress() const;
DSBFunction.h45 lldb::SBAddress GetEndAddress();
/external/vixl/benchmarks/aarch64/
Dbench-mixed-disasm.cc72 masm.GetBuffer()->GetEndAddress<const Instruction*>(); in main()
/external/vixl/examples/aarch64/
Ddisasm.cc125 const Instruction* end = buffer.GetEndAddress<Instruction*>(); in main()
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DSteps.py63 end = le.GetEndAddress().GetLoadAddress(self.target)
/external/vixl/test/
Dtest-code-buffer.cc63 VIXL_CHECK(buffer.GetEndAddress<uintptr_t>() == in TestDefaultsHelper()
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.h58 Instruction* end = masm.GetBuffer()->GetEndAddress<Instruction*>(); \
Dtest-assembler-aarch64.h288 Instruction* infra_end = buffer->GetEndAddress<Instruction*>(); \
/external/vixl/src/
Dcode-buffer-vixl.h89 T GetEndAddress() const { in GetEndAddress() function
/external/llvm-project/lldb/examples/python/
Dscripted_step.py167 end_address = cur_line_entry.GetEndAddress()
/external/llvm-project/lldb/unittests/Utility/
DVMRangeTest.cpp19 (*os) << "VMRange(" << v.GetBaseAddress() << ", " << v.GetEndAddress() << ")"; in PrintTo()
/external/llvm-project/lldb/examples/functions/
Dmain.cpp223 addr_t hi_pc = function.GetEndAddress().GetFileAddress(); in main()
/external/llvm-project/lldb/test/API/python_api/thread/
DTestThreadAPI.py265 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)

12