Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBMemoryRegionInfo.i55 memory region). You must use this method to disambiguate.") HasDirtyMemoryPageList;
57 HasDirtyMemoryPageList();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBMemoryRegionInfo.cpp119 bool SBMemoryRegionInfo::HasDirtyMemoryPageList() { in HasDirtyMemoryPageList() function in SBMemoryRegionInfo
120 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, HasDirtyMemoryPageList); in HasDirtyMemoryPageList()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBMemoryRegionInfo.h81 bool HasDirtyMemoryPageList();
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp33423 result = (bool)(arg1)->HasDirtyMemoryPageList(); in _wrap_SBMemoryRegionInfo_HasDirtyMemoryPageList()