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

Declarations

tools/lldb/include/lldb/API/SBFileSpec.h
   88   const lldb_private::FileSpec &ref() const;

References

tools/lldb/source/API/SBAttachInfo.cpp
  121     m_opaque_sp->GetExecutableFile() = exe_file.ref();
tools/lldb/source/API/SBCommandInterpreter.cpp
  317   FileSpec tmp_spec = file.ref();
tools/lldb/source/API/SBCompileUnit.cpp
  107       file_spec = inline_file_spec->ref();
  175     return support_files.FindFileIndex(start_idx, sb_file.ref(), full);
tools/lldb/source/API/SBDeclaration.cpp
  103     ref().SetFile(filespec.ref());
tools/lldb/source/API/SBFileSpec.cpp
   69   return ref() == rhs.ref();
   69   return ref() == rhs.ref();
tools/lldb/source/API/SBFileSpecList.cpp
   57   m_opaque_up->Append(sb_file.ref());
   64   return m_opaque_up->AppendIfUnique(sb_file.ref());
   79   return m_opaque_up->FindFileIndex(idx, sb_file.ref(), full);
tools/lldb/source/API/SBLaunchInfo.cpp
  109   m_opaque_sp->SetExecutableFile(exe_file.ref(), add_as_first_arg);
tools/lldb/source/API/SBLineEntry.cpp
  118     ref().file = filespec.ref();
tools/lldb/source/API/SBModule.cpp
  152     module_sp->SetRemoteInstallFileSpec(file.ref());
tools/lldb/source/API/SBPlatform.cpp
  459     sb_error.ref() = platform_sp->GetFile(src.ref(), dst.ref());
  459     sb_error.ref() = platform_sp->GetFile(src.ref(), dst.ref());
  473               FileSystem::Instance().GetPermissions(src.ref());
  475             if (FileSystem::Instance().IsDirectory(src.ref()))
  481           return platform_sp->PutFile(src.ref(), dst.ref(), permissions);
  481           return platform_sp->PutFile(src.ref(), dst.ref(), permissions);
  486                                        src.ref().GetPath().c_str());
  497           return platform_sp->Install(src.ref(), dst.ref());
  497           return platform_sp->Install(src.ref(), dst.ref());
  501                                        src.ref().GetPath().c_str());
tools/lldb/source/API/SBSourceManager.cpp
  120       file.ref(), line, column, context_before, context_after,
  138       file.ref(), line, column, context_before, context_after,
tools/lldb/source/API/SBTarget.cpp
 1291   sberr.ref() = target_sp->CreateBreakpointsFromFile(source_file.ref(),
 1335   sberr.ref() = target_sp->SerializeBreakpointsToFile(dest_file.ref(),
tools/lldb/source/API/SBThread.cpp
  892       step_file_spec = sb_file_spec.ref();