Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp75 SetFile(path, style); in FileSpec()
208 void FileSpec::SetFile(llvm::StringRef pathname) { SetFile(pathname, m_style); } in SetFile() function in FileSpec
215 void FileSpec::SetFile(llvm::StringRef pathname, Style style) { in SetFile() function in FileSpec
253 void FileSpec::SetFile(llvm::StringRef path, const llvm::Triple &Triple) { in SetFile() function in FileSpec
254 return SetFile(path, Triple.isOSWindows() ? Style::windows : Style::posix); in SetFile()
492 SetFile(new_path, m_style); in PrependPathComponent()
503 SetFile(current_path, m_style); in AppendPathComponent()
514 SetFile(llvm::sys::path::parent_path(current_path, m_style)); in RemoveLastPathComponent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h330 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath()
434 void SetFile(llvm::StringRef path, Style style);
436 void SetFile(llvm::StringRef path, const llvm::Triple &Triple);
479 void SetFile(llvm::StringRef path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp87 file_spec.SetFile(clang_path.c_str(), FileSpec::Style::native); in ComputeClangDirectory()
102 file_spec.SetFile(clang_path.c_str(), FileSpec::Style::native); in ComputeClangDirectory()
115 file_spec.SetFile(raw_path.c_str(), FileSpec::Style::native); in ComputeClangDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp29 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
36 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SBAttachInfo()
80 m_opaque_sp->GetExecutableFile().SetFile(path, FileSpec::Style::native); in SetExecutable()
H A DSBDeclaration.cpp96 ref().SetFile(filespec.ref()); in SetFileSpec()
98 ref().SetFile(FileSpec()); in SetFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessInfo.cpp95 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
111 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
H A DPathMappingList.cpp196 fixed.SetFile(it.first.GetStringRef(), FileSpec::Style::native); in ReverseRemapPath()
216 new_spec.SetFile(pos->second.GetCString(), FileSpec::Style::native); in FindFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/freebsd/
H A DHost.cpp74 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs()
76 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
H A DHostInfoFreeBSD.cpp72 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DFileSystem.cpp51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp88 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
H A DHost.cpp69 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDeclaration.h210 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1333 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1339 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1345 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1351 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1357 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1527 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
1573 match_info.GetProcessInfo().GetExecutableFile().SetFile( in HandleOptionArgumentCompletion()
H A DCommandObjectLog.cpp100 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
H A DCommandObjectProcess.cpp351 attach_info.GetExecutableFile().SetFile(option_arg, in SetOptionValue()
401 match_info.GetProcessInfo().GetExecutableFile().SetFile( in HandleOptionArgumentCompletion()
974 install_path.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp77 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/
H A DHost.cpp71 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp65 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp197 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
212 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
H A DHost.cpp423 module_filespec.SetFile(info.dli_fname, FileSpec::Style::native); in GetModuleFileSpecForHostAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp246 entry.file_spec.SetFile(name, FileSpec::Style::native); in FillSOEntryFromModuleInfo()
516 entry.file_spec.SetFile(file_path, FileSpec::Style::native); in ReadSOEntryFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp301 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
554 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
983 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
1162 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
1681 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseTypeFromDWARF()
2490 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildEnumerators()
2738 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers()
3205 decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex( in ParseChildMembers()
3348 decl.SetFile(comp_unit.GetSupportFiles().GetFileSpecAtIndex( in ParseChildParameters()
H A DDWARFDebugLine.cpp550 file_spec.SetFile(remapped_file, FileSpec::Style::native); in ParseSupportFiles()
953 file.SetFile(file_names[idx].name, FileSpec::Style::native); in GetFile()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp193 socket_file.SetFile(optarg, FileSpec::Style::native); in main_platform()

12