Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBDeclaration.cpp72 sb_file_spec.SetFileSpec(m_opaque_up->GetFile()); in GetFileSpec()
98 void SBDeclaration::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() function in SBDeclaration
99 LLDB_RECORD_METHOD(void, SBDeclaration, SetFileSpec, (lldb::SBFileSpec), in SetFileSpec()
195 LLDB_REGISTER_METHOD(void, SBDeclaration, SetFileSpec, (lldb::SBFileSpec)); in RegisterMethods()
DSBLineEntry.cpp90 sb_file_spec.SetFileSpec(m_opaque_up->file); in GetFileSpec()
113 void SBLineEntry::SetFileSpec(lldb::SBFileSpec filespec) { in SetFileSpec() function in SBLineEntry
114 LLDB_RECORD_METHOD(void, SBLineEntry, SetFileSpec, (lldb::SBFileSpec), in SetFileSpec()
209 LLDB_REGISTER_METHOD(void, SBLineEntry, SetFileSpec, (lldb::SBFileSpec)); in RegisterMethods()
DSBHostOS.cpp37 sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec()); in GetProgramFileSpec()
86 sb_fspec.SetFileSpec(fspec); in GetLLDBPath()
99 sb_fspec.SetFileSpec(homedir); in GetUserHomeDirectory()
DSBModuleSpec.cpp66 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() function in SBModuleSpec
67 LLDB_RECORD_METHOD(void, SBModuleSpec, SetFileSpec, in SetFileSpec()
260 LLDB_REGISTER_METHOD(void, SBModuleSpec, SetFileSpec, in RegisterMethods()
DSBCompileUnit.cpp53 file_spec.SetFileSpec(m_opaque_ptr->GetPrimaryFile()); in GetFileSpec()
159 sb_file_spec.SetFileSpec(spec); in GetSupportFileAtIndex()
DSBModule.cpp102 file_spec.SetFileSpec(module_sp->GetFileSpec()); in GetFileSpec()
114 file_spec.SetFileSpec(module_sp->GetPlatformFileSpec()); in GetPlatformFileSpec()
141 sb_file_spec.SetFileSpec(module_sp->GetRemoteInstallFileSpec()); in GetRemoteInstallFileSpec()
652 sb_file_spec.SetFileSpec(symfile->GetObjectFile()->GetFileSpec()); in GetSymbolFileSpec()
DSBFileSpecList.cpp87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
DSBProcessInfo.cpp77 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
DSBFileSpec.cpp170 void SBFileSpec::SetFileSpec(const lldb_private::FileSpec &fs) { in SetFileSpec() function in SBFileSpec
DSBBlock.cpp89 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
DSBTarget.cpp597 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
/external/llvm-project/lldb/test/API/lang/c/unicode/
DTestUnicodeSymbols.py16 spec.SetFileSpec(lldb.SBFileSpec(self.getBuildArtifact("a.out")))
/external/llvm-project/lldb/bindings/interface/
DSBDeclaration.i42 SetFileSpec (lldb::SBFileSpec filespec);
DSBLineEntry.i73 SetFileSpec (lldb::SBFileSpec filespec);
DSBModuleSpec.i42 SetFileSpec (const lldb::SBFileSpec &fspec);
/external/llvm-project/lldb/include/lldb/API/
DSBDeclaration.h38 void SetFileSpec(lldb::SBFileSpec filespec);
DSBLineEntry.h42 void SetFileSpec(lldb::SBFileSpec filespec);
DSBModuleSpec.h43 void SetFileSpec(const lldb::SBFileSpec &fspec);
DSBFileSpec.h80 void SetFileSpec(const lldb_private::FileSpec &fspec);
/external/llvm-project/lldb/test/API/functionalities/inline-stepping/
DTestInlineStepping.py130 target_line_entry.SetFileSpec(self.main_source_spec)