Searched defs:must_exist (Results 1 - 3 of 3) sorted by last modified time

/external/lldb/source/Core/
H A DState.cpp92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) argument
107 return !must_exist;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp494 const bool must_exist = true; local
499 must_exist))
/external/lldb/source/Symbol/
H A DObjectFile.cpp89 const bool must_exist = true; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist) argument
585 if (must_exist && !archive_file.Exists())

Completed in 150 milliseconds