Home
last modified time | relevance | path

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

/NextBSD/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.cpp354 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
HDSBProcess.cpp177 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in RemoteLaunch()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h144 GetPlatformFileSpec () in GetPlatformFileSpec() function
150 GetPlatformFileSpec () const in GetPlatformFileSpec() function
417 if (GetPlatformFileSpec() && match_module_spec.GetPlatformFileSpecPtr()) in Matches()
419 const FileSpec &fspec = match_module_spec.GetPlatformFileSpec(); in Matches()
420 … if (!FileSpec::Equal(fspec, GetPlatformFileSpec(), fspec.GetDirectory().IsEmpty() == false)) in Matches()
HDModule.h572 GetPlatformFileSpec () const in GetPlatformFileSpec() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBModuleSpec.h69 GetPlatformFileSpec ();
HDSBModule.h74 GetPlatformFileSpec () const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp210 if (module_spec.GetPlatformFileSpec()) in Module()
211 m_platform_file = module_spec.GetPlatformFileSpec(); in Module()
212 else if (matching_module_spec.GetPlatformFileSpec()) in Module()
213 m_platform_file = matching_module_spec.GetPlatformFileSpec(); in Module()
1687 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec(); in MatchesModuleSpec()
1690 …if (!FileSpec::Equal (platform_file_spec, GetPlatformFileSpec (), (bool)platform_file_spec.GetDire… in MatchesModuleSpec()
HDModuleList.cpp131 equivalent_module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in ReplaceEquivalent()
1088 platform_module_spec.GetPlatformFileSpec() = file_spec; in GetSharedModule()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp691 … reexport_module_spec.GetPlatformFileSpec() = sym_ctx.symbol->GetReExportedSymbolSharedLibrary(); in GetSymbolAddress()
692 if (reexport_module_spec.GetPlatformFileSpec()) in GetSymbolAddress()
697 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress()
809 … reexport_module_spec.GetPlatformFileSpec() = symbol->GetReExportedSymbolSharedLibrary(); in FindGlobalDataSymbol()
810 if (reexport_module_spec.GetPlatformFileSpec()) in FindGlobalDataSymbol()
815 … reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in FindGlobalDataSymbol()
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDModuleCache.cpp132 cached_module_spec.GetPlatformFileSpec () = module_spec.GetFileSpec (); in Get()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDYLDRendezvous.cpp123 m_exe_file_spec = exe_mod->GetPlatformFileSpec(); in DYLDRendezvous()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp242 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), false); in DoExecute()
246 m_options.launch_info.SetExecutableFile(exe_module_sp->GetPlatformFileSpec(), true); in DoExecute()
HDCommandObjectTarget.cpp3771 …IND PLANS for %s`%s (start addr 0x%" PRIx64 ")\n\n", sc.module_sp->GetPlatformFileSpec().GetFilena… in DoExecute()
4459 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec()) in AddModuleSymbols()
4650 if (frame_module_sp->GetPlatformFileSpec().Exists()) in DoExecute()
4653 … module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in DoExecute()
4696 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.cpp457 const FileSpec& file = module->GetPlatformFileSpec(); in FixupScriptDetails()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1777 module_spec.GetPlatformFileSpec () = platform_spec; in GetCachedExecutable()
HDTarget.cpp2734 …ach_info.GetExecutableFile ().GetFilename () = old_exec_module_sp->GetPlatformFileSpec ().GetFilen… in Attach()
HDProcess.cpp3157 …exe_module->GetPlatformFileSpec().GetPath(platform_exec_file_path, sizeof(platform_exec_file_path)… in Launch()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBDebuggerHandleEvents.cpp701 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()