Home
last modified time | relevance | path

Searched refs:GetPlatformFileSpec (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBModuleSpec.cpp70 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()
HDSBModule.cpp122 SBModule::GetPlatformFileSpec () const in GetPlatformFileSpec() function in SBModule
129 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
HDSBTarget.cpp700 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
766 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
HDSBProcess.cpp180 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h138 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()
HDModule.h568 GetPlatformFileSpec () const in GetPlatformFileSpec() function
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.h69 GetPlatformFileSpec ();
HDSBModule.h74 GetPlatformFileSpec () const;
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp660 … 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/
HDModuleList.cpp107 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in ReplaceEquivalent()
1008 platform_module_spec.GetPlatformFileSpec() = file_spec; in GetSharedModule()
HDModule.cpp138 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/
HDCommandObjectTarget.cpp3717 …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()
HDCommandObjectProcess.cpp221 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/
HDProcess.cpp3002 …exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, sizeof(platform_exec_file_path)… in Launch()