Home
last modified time | relevance | path

Searched refs:must_exist (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() argument
102 return !must_exist; in StateIsStoppedState()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp98 const bool must_exist = true; in FindPlugin() local
100 archive_object, must_exist)) { in FindPlugin()
559 bool must_exist) { in SplitArchivePathWithObject() argument
568 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py175 def write_and_read(self, frame, register, new_value, must_exist=True): argument
177 if must_exist:
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h224 lldb_private::ConstString &archive_object, bool must_exist);
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp431 const bool must_exist = true; in GetModuleByCompUnitInfo() local
434 oso_object, must_exist)) { in GetModuleByCompUnitInfo()