Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp70 SetFile(path, style); in FileSpec()
167 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
172 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
210 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &triple) { in SetFile() function in FileSpec
211 return SetFile(path, triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
427 SetFile(new_path, m_style); in PrependPathComponent()
438 SetFile(current_path, m_style); in AppendPathComponent()
449 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()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h270 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath()
350 void SetFile(llvm::StringRef path, Style style);
363 void SetFile(llvm::StringRef path, const llvm::Triple &triple);
402 void SetFile(llvm::StringRef path);
H A DProcessInfo.h170 m_match_info.GetExecutableFile().SetFile(process_name,
/llvm-project-15.0.7/lldb/source/API/
H A DSBAttachInfo.cpp35 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
44 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
108 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
H A DSBDeclaration.cpp93 ref().SetFile(filespec.ref()); in SetFileSpec()
95 ref().SetFile(FileSpec()); in SetFileSpec()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp146 local_file.SetFile(sdkroot_path, FileSpec::Style::native); in GetFileInSDK()
175 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
189 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
202 local_file.SetFile(resolved_path, FileSpec::Style::native); in GetSymbolFile()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp353 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary()
365 module_spec.GetSymbolFileSpec().SetFile(str.c_str(), in GetModuleSpecInfoFromUUIDDictionary()
539 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, in DownloadObjectAndSymbolFile()
547 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", in DownloadObjectAndSymbolFile()
563 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), in DownloadObjectAndSymbolFile()
572 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, in DownloadObjectAndSymbolFile()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp97 info_bar.GetExecutableFile().SetFile("/foo/bar", FileSpec::Style::posix); in TEST()
101 match.GetProcessInfo().GetExecutableFile().SetFile("bar", in TEST()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DLocateSymbolFileTest.cpp42 module_spec.GetSymbolFileSpec().SetFile( in TEST_F()
/llvm-project-15.0.7/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.cpp51 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDeclaration.h161 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
/llvm-project-15.0.7/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp69 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DFileSystemPosix.cpp51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp63 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
H A DOptionValueFileColonLine.cpp115 m_file_spec.SetFile(file_name, FileSpec::Style::native); in SetValueFromString()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp287 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo()
542 entry.file_spec.SetFile(region.GetName().AsCString(), in UpdateFileSpecIfNecessary()
582 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp107 m_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
H A DFileSystem.cpp78 dst.SetFile(path, FileSpec::Style::native); in Readlink()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1414 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1420 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1426 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1432 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1438 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1604 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp163 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/llvm-project-15.0.7/lldb/source/Host/openbsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp57 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()

123