Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i368 It returns an SBWatchpoint, which may be invalid.") WatchPointee;
370 WatchPointee (bool resolve_location, bool read, bool write, SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h362 lldb::SBWatchpoint WatchPointee(bool resolve_location, bool read, bool write,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1522 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee() function in SBValue
1524 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in WatchPointee()
1664 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp67993 result = (arg1)->WatchPointee(arg2,arg3,arg4,*arg5); in _wrap_SBValue_WatchPointee()