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

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  279   bool IsAbsolute() const;

References

tools/lldb/source/Host/linux/HostInfoLinux.cpp
  178       file_spec.IsAbsolute() && FileSystem::Instance().Exists(file_spec))
tools/lldb/source/Symbol/LocateSymbolFile.cpp
  260   if (symbol_file_spec.IsAbsolute() &&
tools/lldb/source/Target/Platform.cpp
 1750   if (remote_filename.IsAbsolute())
tools/lldb/source/Utility/FileSpec.cpp
  499   return !IsAbsolute();