Home
last modified time | relevance | path

Searched refs:GetAddressRangeAtIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAddressRangeList.cpp50 SBAddressRange SBAddressRangeList::GetAddressRangeAtIndex(uint64_t idx) { in GetAddressRangeAtIndex() function in SBAddressRangeList
54 (*sb_addr_range.m_opaque_up) = ref().GetAddressRangeAtIndex(idx); in GetAddressRangeAtIndex()
90 GetAddressRangeAtIndex(i).GetDescription(description, target); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressResolver.cpp41 AddressRange &AddressResolver::GetAddressRangeAtIndex(size_t idx) { in GetAddressRangeAtIndex() function in AddressResolver
H A DAddressRangeListImpl.cpp44 AddressRangeListImpl::GetAddressRangeAtIndex(size_t index) { in GetAddressRangeAtIndex() function in AddressRangeListImpl
H A DModule.cpp960 Address addr = resolver.GetAddressRangeAtIndex(n).GetBaseAddress(); in FindAddressesForLine()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h52 AddressRange &GetAddressRangeAtIndex(size_t idx);
H A DAddressRangeListImpl.h41 lldb_private::AddressRange GetAddressRangeAtIndex(size_t index);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressRangeListExtensions.i20 return self.GetAddressRangeAtIndex(idx)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAddressRangeList.h37 SBAddressRange GetAddressRangeAtIndex(uint64_t idx);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5364 result = (arg1)->GetAddressRangeAtIndex(arg2); in _wrap_SBAddressRangeList_GetAddressRangeAtIndex()