Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
H A 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()
H A DSBHostOS.cpp37 sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec()); in GetProgramFileSpec()
86 sb_fspec.SetFileSpec(fspec); in GetLLDBPath()
99 sb_fspec.SetFileSpec(homedir); in GetUserHomeDirectory()
H A 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()
H A DSBCompileUnit.cpp53 file_spec.SetFileSpec(m_opaque_ptr->GetPrimaryFile()); in GetFileSpec()
160 sb_file_spec.SetFileSpec(spec); in GetSupportFileAtIndex()
H A 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()
H A DSBFileSpecList.cpp87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
H A DSBProcessInfo.cpp77 file_spec.SetFileSpec(m_opaque_up->GetExecutableFile()); in GetExecutableFile()
H A DSBFileSpec.cpp170 void SBFileSpec::SetFileSpec(const lldb_private::FileSpec &fs) { in SetFileSpec() function in SBFileSpec
H A DSBBlock.cpp87 sb_file.SetFileSpec(inlined_info->GetCallSite().GetFile()); in GetInlinedCallSiteFile()
H A DSBTarget.cpp597 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/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.h80 void SetFileSpec(const lldb_private::FileSpec &fspec);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20974 (arg1)->SetFileSpec(arg2); in _wrap_SBDeclaration_SetFileSpec()
32209 (arg1)->SetFileSpec(arg2); in _wrap_SBLineEntry_SetFileSpec()
35887 (arg1)->SetFileSpec((lldb::SBFileSpec const &)*arg2); in _wrap_SBModuleSpec_SetFileSpec()