reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  174   bool operator!() const;

References

tools/lldb/source/API/SBReproducer.cpp
  141   if (!file) {
tools/lldb/source/API/SBSourceManager.cpp
   45     if (!file)
tools/lldb/source/API/SBTarget.cpp
  422     if (!launch_info.GetExecutableFile()) {
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  228     if (!m_options.file) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3192             if (!symfile_spec || symfile_spec == module->GetFileSpec()) {
 4043         if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec())
 4043         if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec())
tools/lldb/source/Commands/CommandObjectThread.cpp
 1801       if (!file) {
tools/lldb/source/Host/common/FileCache.cpp
   29   if (!file_spec) {
tools/lldb/source/Host/common/HostInfoBase.cpp
  220   if (!lldb_file_spec)
tools/lldb/source/Host/linux/HostInfoLinux.cpp
  164   if (!g_program_filespec) {
tools/lldb/source/Host/posix/PipePosix.cpp
  132   if (!tmpdir_file_spec)
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  426     return !entry.file_spec;
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  455   if (!file || !data_sp || !ObjectContainerBSDArchive::MagicBytesMatch(data))
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  306   if (!module_sp->GetPlatformFileSpec())
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  231   if (!shell)
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1101   if (!g_xcode_select_filespec) {
 1240   if (!shell)
 1320     if (!g_xcode_filespec) {
 1329       if (!g_xcode_filespec) {
 1343   if (!g_command_line_tools_filespec) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  200   if (!shell)
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
 1085   if (!matched_module_spec.GetFileSpec())
 1152     if (!matched_module_spec.GetFileSpec())
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  837         if (!stdin_file_spec)
  840         if (!stdout_file_spec)
  843         if (!stderr_file_spec)
  851         if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) &&
  851         if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) &&
  851         if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) &&
  855           if (!stdin_file_spec)
  858           if (!stdout_file_spec)
  861           if (!stderr_file_spec)
 3390   if (!history_file)
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  364         if (!module_spec.GetSymbolFileSpec())
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  335     if (!spec)
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  294       if (!symfile)
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  148       if (!symfile)
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   82   if (!fspec)
   98   if (!dsym_fspec)
tools/lldb/source/Target/InstrumentationRuntime.cpp
   54     if (!file_spec)
tools/lldb/source/Target/Platform.cpp
  534     if (!m_working_dir)
 1595       !GetGlobalPlatformProperties()->GetModuleCacheDirectory())
tools/lldb/source/Target/Target.cpp
  970   if (!file) {
 2714               if (!remote_file) {
 2953         bool with_shell = !!launch_info.GetShell();
 3146           (!in_file_spec || !out_file_spec || !err_file_spec)) {
 3146           (!in_file_spec || !out_file_spec || !err_file_spec)) {
 3146           (!in_file_spec || !out_file_spec || !err_file_spec)) {
tools/lldb/source/Utility/Reproducer.cpp
  309   if (!file)