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

References

tools/lldb/source/API/SBModule.cpp
  115     file_spec.SetFileSpec(module_sp->GetPlatformFileSpec());
tools/lldb/source/API/SBProcess.cpp
  152         launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
tools/lldb/source/API/SBTarget.cpp
  374       launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
  425         launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
tools/lldb/source/Commands/CommandObjectProcess.cpp
  204           exe_module_sp->GetPlatformFileSpec(), false);
  207           exe_module_sp->GetPlatformFileSpec(), true);
tools/lldb/source/Commands/CommandObjectTarget.cpp
 3408           sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(),
 4232                           frame_module_sp->GetPlatformFileSpec())) {
 4236                         frame_module_sp->GetPlatformFileSpec();
 4272                   module_sp->GetPlatformFileSpec();
tools/lldb/source/Core/Module.cpp
 1569     if (!FileSpec::Equal(platform_file_spec, GetPlatformFileSpec(),
tools/lldb/source/Core/ModuleList.cpp
  158         module_sp->GetPlatformFileSpec();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  105       m_exe_file_spec = exe_mod->GetPlatformFileSpec();
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  110   FileSpec file_spec(executable->GetPlatformFileSpec());
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 1628   const FileSpec &file = module->GetPlatformFileSpec();
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  306   if (!module_sp->GetPlatformFileSpec())
  345                  module_sp->GetPlatformFileSpec().GetCString(false),
tools/lldb/source/Target/Process.cpp
 2499   exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path,
tools/lldb/source/Target/Target.cpp
 3011           old_exec_module_sp->GetPlatformFileSpec().GetFilename();
tools/lldb/unittests/Target/ModuleCacheTest.cpp
  136                module_sp->GetPlatformFileSpec().GetCString());