Home
last modified time | relevance | path

Searched refs:accept_invalid_exe_ctx (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h291 bool NeedsUpdating(bool accept_invalid_exe_ctx) { in NeedsUpdating() argument
292 SyncWithProcessState(accept_invalid_exe_ctx); in NeedsUpdating()
297 const bool accept_invalid_exe_ctx = false; in IsValid() local
300 else if (SyncWithProcessState(accept_invalid_exe_ctx)) { in IsValid()
317 bool SyncWithProcessState(bool accept_invalid_exe_ctx);
680 const bool accept_invalid_exe_ctx = in NeedsUpdating() local
682 return m_update_point.NeedsUpdating(accept_invalid_exe_ctx); in NeedsUpdating()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2953 bool accept_invalid_exe_ctx) { in SyncWithProcessState() argument
2996 if (!accept_invalid_exe_ctx) { in SyncWithProcessState()