Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoExtensions.i12 return self.GetRegionBase()
15 return self.GetRegionEnd() - self.GetRegionBase()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h38 lldb::addr_t GetRegionBase();
/src/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp85 lldb::addr_t SBMemoryRegionInfo::GetRegionBase() { in GetRegionBase() function in SBMemoryRegionInfo
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37740 result = (lldb::addr_t)(arg1)->GetRegionBase(); in _wrap_SBMemoryRegionInfo_GetRegionBase()