| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 74 trace_path.AppendPathComponent("trace.json"); in SaveTraceBundleDescription() 103 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection() 116 output_file.AppendPathComponent(std::to_string(tid) + ".intelpt_trace"); in BuildThreadsSection() 141 output_context_switch_trace.AppendPathComponent(std::to_string(cpu_id) + in WriteContextSwitchTrace() 181 output_trace.AppendPathComponent(std::to_string(cpu_id) + ".intelpt_trace"); in WriteIntelPTTrace() 200 cpus_dir.AppendPathComponent("cpus"); in BuildCpusSection() 273 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection() 274 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 178 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec 181 m_opaque_up->AppendPathComponent(fn); in AppendPathComponent()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 397 void AppendPathComponent(llvm::StringRef component); 398 void AppendPathComponent(const FileSpec &new_path);
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 427 ret.AppendPathComponent(component); in CopyByAppendingPathComponent() 454 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec 461 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec 462 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 403 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath() 404 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath() 405 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath() 406 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath() 413 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 429 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath() 444 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 60 void AppendPathComponent(const char *file_or_directory);
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 276 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory() 299 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
|
| H A D | Host.cpp | 456 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 127 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName() 128 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 93 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties() 94 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties() 497 relative_spec.AppendPathComponent(dst.GetPath()); in Install() 1787 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot() 1823 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
|
| H A D | ModuleCache.cpp | 63 result_spec.AppendPathComponent(path2); in JoinPath()
|
| H A D | PathMappingList.cpp | 222 path.AppendPathComponent(*component); in AppendPathComponents()
|
| H A D | TargetList.cpp | 299 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
|
| H A D | Target.cpp | 132 remote_file.AppendPathComponent(local_file.GetFilename().GetCString()); in getRemoteFileSpec()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 159 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
|
| H A D | ModuleList.cpp | 883 search_path_spec.AppendPathComponent( in GetSharedModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1813 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1825 relative_to_binary.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1831 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit() 1836 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1872 dwo_name_binary_directory.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1877 filename_binary_directory.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit() 1887 dwo_name_dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1891 filename_dirspec.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit() 1984 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 487 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
|
| H A D | ProcessGDBRemote.cpp | 3483 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in GetDebugserverPath()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 354 candidate.AppendPathComponent("debugserver"); in GetDebugserverPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 67 tmpdir_file_spec.AppendPathComponent(file_basename); in GetSourcePath()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 106 spec.AppendPathComponent(LLDB_PYTHON_HOME); in InitializePythonRAII() 319 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper() 320 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1240 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2617 init_file.AppendPathComponent("lldbinit"); in SourceInitFileGlobal() 3411 save_location.AppendPathComponent(file_name); in SaveTranscript()
|