Searched refs:GetPlatformFileSpec (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBModuleSpec.cpp | 70 SBModuleSpec::GetPlatformFileSpec () in GetPlatformFileSpec() function in SBModuleSpec 72 return SBFileSpec(m_opaque_ap->GetPlatformFileSpec()); in GetPlatformFileSpec() 78 m_opaque_ap->GetPlatformFileSpec() = *sb_spec; in SetPlatformFileSpec()
|
| HD | SBModule.cpp | 122 SBModule::GetPlatformFileSpec () const in GetPlatformFileSpec() function in SBModule 129 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
|
| HD | SBTarget.cpp | 700 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch() 766 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
|
| HD | SBProcess.cpp | 180 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ModuleSpec.h | 138 GetPlatformFileSpec () in GetPlatformFileSpec() function 144 GetPlatformFileSpec () const in GetPlatformFileSpec() function 392 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec(); in Matches() 393 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
|
| HD | Module.h | 568 GetPlatformFileSpec () const in GetPlatformFileSpec() function
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBModuleSpec.h | 69 GetPlatformFileSpec ();
|
| HD | SBModule.h | 74 GetPlatformFileSpec () const;
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionDeclMap.cpp | 660 … reexport_module_spec.GetPlatformFileSpec() = sym_ctx.symbol->GetReExportedSymbolSharedLibrary(); in GetSymbolAddress() 661 if (reexport_module_spec.GetPlatformFileSpec()) in GetSymbolAddress() 666 … reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress() 779 … reexport_module_spec.GetPlatformFileSpec() = symbol->GetReExportedSymbolSharedLibrary(); in FindGlobalDataSymbol() 780 if (reexport_module_spec.GetPlatformFileSpec()) in FindGlobalDataSymbol() 785 … reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in FindGlobalDataSymbol()
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | ModuleList.cpp | 107 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in ReplaceEquivalent() 1008 platform_module_spec.GetPlatformFileSpec() = file_spec; in GetSharedModule()
|
| HD | Module.cpp | 138 m_platform_file(module_spec.GetPlatformFileSpec()), in Module() 1540 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec() 1543 …if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), (bool)platform_file_spec.GetDire… in MatchesModuleSpec()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 3717 …UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute() 3725 …UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute() 3733 …UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute() 3741 …UnwindPlan for %s`%s (start addr 0x%" PRIx64 "):\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute() 4363 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols() 4555 if (frame_module_sp->GetPlatformFileSpec().Exists()) in DoExecute() 4558 … module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in DoExecute() 4601 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in DoExecute()
|
| HD | CommandObjectProcess.cpp | 221 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), false); in DoExecute() 225 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), true); in DoExecute() 525 …ttach_info.GetExecutableFile().GetFilename() = old_exec_module_sp->GetPlatformFileSpec().GetFilena… in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 3002 …exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, sizeof(platform_exec_file_path)… in Launch()
|