Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfoList.cpp106 bool SBMemoryRegionInfoList::GetMemoryRegionAtIndex( in GetMemoryRegionAtIndex() function in SBMemoryRegionInfoList
108 LLDB_RECORD_METHOD(bool, SBMemoryRegionInfoList, GetMemoryRegionAtIndex, in GetMemoryRegionAtIndex()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfoList, GetMemoryRegionAtIndex, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoList.i28 GetMemoryRegionAtIndex (uint32_t idx, SBMemoryRegionInfo &region_info);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfoList.h30 bool GetMemoryRegionAtIndex(uint32_t idx, SBMemoryRegionInfo &region_info);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp33780 result = (bool)(arg1)->GetMemoryRegionAtIndex(arg2,*arg3); in _wrap_SBMemoryRegionInfoList_GetMemoryRegionAtIndex()