Home
last modified time | relevance | path

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

/llvm-project/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.cpp100 sb_file_spec.SetFileSpec(m_opaque_up->GetFile()); in GetFileSpec()
123 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()
631 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.cpp71 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
H A DSBFileSpec.cpp164 void SBFileSpec::SetFileSpec(const lldb_private::FileSpec &fs) { in SetFileSpec() function in SBFileSpec
H A DSBTrace.cpp79 file_spec.SetFileSpec(*desc_file); in SaveToDisk()
H A DSBModuleSpec.cpp70 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() function in SBModuleSpec
H A DSBBlock.cpp86 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
H A DSBTarget.cpp575 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in operator ==()
/llvm-project/lldb/test/API/lang/c/unicode/
H A DTestUnicodeSymbols.py13 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
/llvm-project/lldb/test/API/python_api/sbmodule/FindTypes/
H A DTestSBModuleFindTypes.py13 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact()))
/llvm-project/lldb/include/lldb/API/
H A DSBDeclaration.h38 void SetFileSpec(lldb::SBFileSpec filespec);
H A DSBLineEntry.h45 void SetFileSpec(lldb::SBFileSpec filespec);
H A DSBModuleSpec.h43 void SetFileSpec(const lldb::SBFileSpec &fspec);
H A DSBFileSpec.h85 void SetFileSpec(const lldb_private::FileSpec &fspec);
/llvm-project/lldb/source/Core/
H A DSourceManager.cpp530 void SourceManager::File::SetFileSpec(FileSpec file_spec) { SetFileSpec() function in SourceManager::File
/llvm-project/lldb/test/API/functionalities/dyld-exec-linux/
H A DTestDyldExecLinux.py35 spec.SetFileSpec(lldb.SBFileSpec(exe))
/llvm-project/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py22 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
/llvm-project/lldb/test/API/functionalities/json/object-file/
H A DTestObjectFileJSON.py27 module_spec.SetFileSpec(lldb.SBFileSpec(path))
/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h
/llvm-project/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py141 target_line_entry.SetFileSpec(self.main_source_spec)
/llvm-project/lldb/test/API/python_api/type/
H A DTestTypeList.py296 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact()))