Home
last modified time | relevance | path

Searched defs: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()
297 const bool accept_invalid_exe_ctx = false; in IsValid() local
680 const bool accept_invalid_exe_ctx = in NeedsUpdating() local
/external/llvm-project/lldb/source/Core/
DValueObject.cpp2953 bool accept_invalid_exe_ctx) { in SyncWithProcessState()