Searched refs:GetPlatformFileSpec (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i57 A const reference to the file specification object.") GetPlatformFileSpec;
59 GetPlatformFileSpec ();
H A DSBModule.i175 A const reference to the file specification object.") GetPlatformFileSpec;
177 GetPlatformFileSpec () const;
572 platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this object file for this module as it is represented on the current host system.''')
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp71 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { function in class:SBModuleSpec
74 return SBFileSpec(m_opaque_up->GetPlatformFileSpec());
80 m_opaque_up->GetPlatformFileSpec() = *sb_spec;
H A DSBModule.cpp116 lldb::SBFileSpec SBModule::GetPlatformFileSpec() const { function in class:SBModule
122 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec());
H A DSBTarget.cpp273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(),
355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
H A DSBProcess.cpp144 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true);
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h58 lldb::SBFileSpec GetPlatformFileSpec();
H A DSBModule.h65 lldb::SBFileSpec GetPlatformFileSpec() const;
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModuleSpec.h65 FileSpec &GetPlatformFileSpec() { return m_platform_file; } function in class:lldb_private::ModuleSpec
67 const FileSpec &GetPlatformFileSpec() const { return m_platform_file; } function in class:lldb_private::ModuleSpec
236 if (GetPlatformFileSpec() &&
237 !FileSpec::Match(match_module_spec.GetPlatformFileSpec(),
238 GetPlatformFileSpec())) {
H A DModule.h512 const FileSpec &GetPlatformFileSpec() const { function in class:lldb_private::Module
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp308 module_spec.GetPlatformFileSpec().GetDirectory().AsCString(),
309 module_spec.GetPlatformFileSpec().GetFilename().AsCString(),
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp107 FileSpec file_spec(executable->GetPlatformFileSpec());
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DModule.cpp211 if (module_spec.GetPlatformFileSpec())
212 m_platform_file = module_spec.GetPlatformFileSpec();
213 else if (matching_module_spec.GetPlatformFileSpec())
214 m_platform_file = matching_module_spec.GetPlatformFileSpec();
1575 const FileSpec &platform_file_spec = module_ref.GetPlatformFileSpec();
1576 if (!FileSpec::Match(platform_file_spec, GetPlatformFileSpec()))
H A DModuleList.cpp243 equivalent_module_spec.GetPlatformFileSpec() =
244 module_sp->GetPlatformFileSpec();
960 platform_module_spec.GetPlatformFileSpec() =
H A DIOHandlerCursesGUI.cpp3419 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(),
3424 launch_info.SetExecutableFile(executable_module->GetPlatformFileSpec(),
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp252 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec();
H A DPlatform.cpp1499 module_spec.GetPlatformFileSpec() = platform_spec;
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp809 reexport_module_spec.GetPlatformFileSpec() =
811 if (reexport_module_spec.GetPlatformFileSpec()) {
815 reexport_module_spec.GetPlatformFileSpec().ClearDirectory();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp43 module_spec.GetPlatformFileSpec() = system_file_spec;
H A DTraceIntelPTBundleSaver.cpp254 std::string system_path = module_sp->GetPlatformFileSpec().GetPath();
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3401 sc.module_sp->GetPlatformFileSpec().GetFilename().AsCString(),
4089 if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec())
4274 module_spec.GetPlatformFileSpec() = module_sp->GetPlatformFileSpec();
4326 if (FileSystem::Instance().Exists(frame_module_sp->GetPlatformFileSpec())) {
4328 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec();
4376 frame_module_sp->GetPlatformFileSpec())) {
4378 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec();
H A DCommandObjectProcess.cpp235 exe_module_sp->GetPlatformFileSpec(), false);
241 exe_module_sp->GetPlatformFileSpec(), true);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp564 reexport_module_spec.GetPlatformFileSpec() =
566 if (reexport_module_spec.GetPlatformFileSpec()) {
570 reexport_module_spec.GetPlatformFileSpec().ClearDirectory();
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp120 m_exe_file_spec = exe_mod->GetPlatformFileSpec();
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1626 const FileSpec &file = module->GetPlatformFileSpec();

Completed in 217 milliseconds

12