| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 75 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 D | FileSpec.h | 330 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 D | ClangHost.cpp | 87 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 D | SBAttachInfo.cpp | 29 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 D | SBDeclaration.cpp | 96 ref().SetFile(filespec.ref()); in SetFileSpec() 98 ref().SetFile(FileSpec()); in SetFileSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessInfo.cpp | 95 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 111 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
|
| H A D | PathMappingList.cpp | 196 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 D | Host.cpp | 74 process_info.GetExecutableFile().SetFile(pathname, FileSpec::Style::native); in GetFreeBSDProcessArgs() 76 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetFreeBSDProcessArgs()
|
| H A D | HostInfoFreeBSD.cpp | 72 g_program_filespec.SetFile(exe_path, FileSpec::Style::native); in GetProgramFileSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | FileSystem.cpp | 51 dst.SetFile(buf, FileSpec::Style::native); in Readlink()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/netbsd/ |
| H A D | HostInfoNetBSD.cpp | 88 g_program_filespec.SetFile(path, FileSpec::Style::native); in GetProgramFileSpec()
|
| H A D | Host.cpp | 69 process_info.GetExecutableFile().SetFile(cstr, in GetNetBSDProcessArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Declaration.h | 210 void SetFile(const FileSpec &file_spec) { m_file = file_spec; } in SetFile() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 1333 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 D | CommandObjectLog.cpp | 100 log_file.SetFile(option_arg, FileSpec::Style::native); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 351 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 D | OptionValueFileSpec.cpp | 77 m_current_value.SetFile(value.str(), FileSpec::Style::native); in SetValueFromString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/openbsd/ |
| H A D | Host.cpp | 71 process_info.GetExecutableFile().SetFile(cstr, FileSpec::Style::native); in GetOpenBSDProcessArgs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 65 module_filespec.SetFile(module_name, FileSpec::Style::native); in CreateFromStructuredData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | File.cpp | 197 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec() 212 file_spec.SetFile(path, FileSpec::Style::native); in GetFileSpec()
|
| H A D | Host.cpp | 423 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 D | DYLDRendezvous.cpp | 246 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 D | DWARFASTParserClang.cpp | 301 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 D | DWARFDebugLine.cpp | 550 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 D | lldb-platform.cpp | 193 socket_file.SetFile(optarg, FileSpec::Style::native); in main_platform()
|