Home
last modified time | relevance | path

Searched refs:GetRegionEnd (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoExtensions.i15 return self.GetRegionEnd() - self.GetRegionBase()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h44 lldb::addr_t GetRegionEnd();
/src/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp91 lldb::addr_t SBMemoryRegionInfo::GetRegionEnd() { in GetRegionEnd() function in SBMemoryRegionInfo
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37764 result = (lldb::addr_t)(arg1)->GetRegionEnd(); in _wrap_SBMemoryRegionInfo_GetRegionEnd()