Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h290 bool NeedsUpdating(bool accept_invalid_exe_ctx) { in NeedsUpdating()
296 const bool accept_invalid_exe_ctx = false; in IsValid() local
767 const bool accept_invalid_exe_ctx = in NeedsUpdating() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3430 bool accept_invalid_exe_ctx) { in SyncWithProcessState()