Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp128 size_t SBWatchpoint::GetWatchSize() { in GetWatchSize() function in SBWatchpoint
129 LLDB_RECORD_METHOD_NO_ARGS(size_t, SBWatchpoint, GetWatchSize); in GetWatchSize()
327 LLDB_REGISTER_METHOD(size_t, SBWatchpoint, GetWatchSize, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpoint.i54 GetWatchSize();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h45 size_t GetWatchSize();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp70023 result = (arg1)->GetWatchSize(); in _wrap_SBWatchpoint_GetWatchSize()