Home
last modified time | relevance | path

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

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