Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBMemoryRegionInfoExtensions.i15 return self.GetRegionEnd() - self.GetRegionBase()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBMemoryRegionInfo.h44 lldb::addr_t GetRegionEnd();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfo.cpp91 lldb::addr_t SBMemoryRegionInfo::GetRegionEnd() { in GetRegionEnd() function in SBMemoryRegionInfo
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp37764 result = (lldb::addr_t)(arg1)->GetRegionEnd(); in _wrap_SBMemoryRegionInfo_GetRegionEnd()