Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoDocstrings.i26 ) lldb::SBMemoryRegionInfo::GetDirtyPageAddressAtIndex;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h105 addr_t GetDirtyPageAddressAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp145 addr_t SBMemoryRegionInfo::GetDirtyPageAddressAtIndex(uint32_t idx) { in GetDirtyPageAddressAtIndex() function in SBMemoryRegionInfo
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37959 result = (lldb::addr_t)(arg1)->GetDirtyPageAddressAtIndex(arg2); in _wrap_SBMemoryRegionInfo_GetDirtyPageAddressAtIndex()