| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Symbols.cpp | 84 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath() 85 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath() 86 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath() 87 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath() 94 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 110 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath() 125 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
|
| H A D | HostInfoBase.cpp | 248 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory() 271 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
|
| H A D | Host.cpp | 506 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 461 void AppendPathComponent(llvm::StringRef component); 462 void AppendPathComponent(const FileSpec &new_path);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 183 remapped.AppendPathComponent(path); in RemapPath() 197 fixed.AppendPathComponent(path_ref); in ReverseRemapPath() 217 new_spec.AppendPathComponent(orig_path + prefix_len); in FindFile()
|
| H A D | Platform.cpp | 94 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties() 95 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties() 670 relative_spec.AppendPathComponent(dst.GetPath()); in Install() 1732 dir_spec.AppendPathComponent(GetName().AsCString()); in GetModuleCacheRoot() 1768 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
|
| H A D | ModuleCache.cpp | 63 result_spec.AppendPathComponent(path2); in JoinPath()
|
| H A D | TargetList.cpp | 372 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
|
| H A D | Target.cpp | 2689 remote_file.AppendPathComponent( in Install()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 466 ret.AppendPathComponent(component); in CopyByAppendingPathComponent() 499 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec 506 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec 507 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
|
| H A D | Reproducer.cpp | 174 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 168 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec 169 m_opaque_ap->AppendPathComponent(fn); in AppendPathComponent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 133 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName() 134 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 52 void AppendPathComponent(const char *file_or_directory);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 66 tmpdir_file_spec.AppendPathComponent(file_basename.AsCString()); in GetSourcePath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 542 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
|
| H A D | GDBRemoteCommunication.cpp | 973 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/ |
| H A D | Driver.cpp | 120 homedir_dot_lldb.AppendPathComponent(".lldbinit"); in AddLocalLLDBInit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ModuleList.cpp | 868 search_path_spec.AppendPathComponent( in GetSharedModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 837 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2107 homedir_dot_lldb.AppendPathComponent(".lldbinit"); in SourceInitFile() 2141 profilePath.AppendPathComponent(".lldbinit"); in SourceInitFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1641 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1693 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()
|