Home
last modified time | relevance | path

Searched refs:SetFileSpec (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp36 sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec()); in GetProgramFileSpec()
83 sb_fspec.SetFileSpec(fspec); in GetLLDBPath()
95 sb_fspec.SetFileSpec(homedir); in GetUserHomeDirectory()
H A DSBDeclaration.cpp65 sb_file_spec.SetFileSpec(m_opaque_up->GetFile()); in GetFileSpec()
89 void SBDeclaration::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() function in SBDeclaration
H A DSBLineEntry.cpp85 sb_file_spec.SetFileSpec(m_opaque_up->file); in GetFileSpec()
108 void SBLineEntry::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() function in SBLineEntry
H A DSBCompileUnit.cpp48 file_spec.SetFileSpec(m_opaque_ptr->GetPrimaryFile()); in GetFileSpec()
162 sb_file_spec.SetFileSpec(spec); in GetSupportFileAtIndex()
H A DSBModule.cpp111 file_spec.SetFileSpec(module_sp->GetFileSpec()); in GetFileSpec()
122 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
147 sb_file_spec.SetFileSpec(module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
635 sb_file_spec.SetFileSpec(symfile->GetObjectFile()->GetFileSpec()); in GetSymbolFileSpec()
H A DSBFileSpecList.cpp79 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
H A DSBProcessInfo.cpp72 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
H A DSBTrace.cpp57 file_spec.SetFileSpec(*desc_file); in SaveToDisk()
H A DSBFileSpec.cpp164 void SBFileSpec::SetFileSpec(const lldb_private::FileSpec &fs) { in SetFileSpec() function in SBFileSpec
H A DSBModuleSpec.cpp65 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() function in SBModuleSpec
H A DSBBlock.cpp85 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
H A DSBTarget.cpp558 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
/llvm-project-15.0.7/lldb/test/API/lang/c/unicode/
H A DTestUnicodeSymbols.py14 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDeclaration.i42 SetFileSpec (lldb::SBFileSpec filespec);
H A DSBLineEntry.i75 SetFileSpec (lldb::SBFileSpec filespec);
H A DSBModuleSpec.i42 SetFileSpec (const lldb::SBFileSpec &fspec);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDeclaration.h38 void SetFileSpec(lldb::SBFileSpec filespec);
H A DSBLineEntry.h42 void SetFileSpec(lldb::SBFileSpec filespec);
H A DSBModuleSpec.h43 void SetFileSpec(const lldb::SBFileSpec &fspec);
H A DSBFileSpec.h81 void SetFileSpec(const lldb_private::FileSpec &fspec);
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py34 spec.SetFileSpec(lldb.SBFileSpec(exe))
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py21 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py128 target_line_entry.SetFileSpec(self.main_source_spec)