Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h270 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath()
352 void SetFile(llvm::StringRef path, Style style);
365 void SetFile(llvm::StringRef path, const llvm::Triple &triple);
404 void SetFile(llvm::StringRef path);
H A DProcessInfo.h171 m_match_info.GetExecutableFile().SetFile(process_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp72 SetFile(path, style); in FileSpec()
169 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
174 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
212 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec
213 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
428 SetFile(new_path, m_style); in PrependPathComponent()
439 SetFile(current_path, m_style); in AppendPathComponent()
450 SetFile(llvm::sys::path::parent_path(current_path, m_style)); in RemoveLastPathComponent()
H A DProcessInfo.cpp92 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
108 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp320 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary()
334 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary()
534 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, in DownloadObjectAndSymbolFile()
542 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", in DownloadObjectAndSymbolFile()
558 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), in DownloadObjectAndSymbolFile()
567 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, in DownloadObjectAndSymbolFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp18 SetFile = 0x01, ///< Set LineTableRow.file_idx, don't push a row. enumerator
81 case SetFile: in parse()
219 Out.writeU8(SetFile); in encode()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
45 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
111 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
H A DSBDeclaration.cpp103 ref().SetFile(filespec.ref()); in SetFileSpec()
105 ref().SetFile(FileSpec()); in SetFileSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp76 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
78 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
H A DHostInfoFreeBSD.cpp70 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h163 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp87 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
H A DHostNetBSD.cpp73 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp63 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
H A DOptionValueFileColonLine.cpp116 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1252 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1258 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1264 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1270 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1276 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1443 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
H A DCommandObjectReproducer.cpp378 file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
625 file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
H A DCommandObjectLog.cpp90 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp60 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp279 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo()
550 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp340 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
355 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp201 socket_file.SetFile(optarg, FileSpec::Style::native); in main_platform()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp213 fixed.SetFile(orig_file, orig_style); in ReverseRemapPath()

12