Home
last modified time | relevance | path

Searched refs:AppendPathComponent (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp74 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 DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp178 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 DFileSpec.h397 void AppendPathComponent(llvm::StringRef component);
398 void AppendPathComponent(const FileSpec &new_path);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp427 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 DSymbolLocatorDebugSymbols.cpp403 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 DSBFileSpec.h60 void AppendPathComponent(const char *file_or_directory);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp276 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
299 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp456 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp127 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 DPlatform.cpp93 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 DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
H A DPathMappingList.cpp222 path.AppendPathComponent(*component); in AppendPathComponents()
H A DTargetList.cpp299 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
H A DTarget.cpp132 remote_file.AppendPathComponent(local_file.GetFilename().GetCString()); in getRemoteFileSpec()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp159 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
H A DModuleList.cpp883 search_path_spec.AppendPathComponent( in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1813 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 DGDBRemoteCommunicationServerPlatform.cpp487 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
H A DProcessGDBRemote.cpp3483 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in GetDebugserverPath()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp354 candidate.AppendPathComponent("debugserver"); in GetDebugserverPath()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp67 tmpdir_file_spec.AppendPathComponent(file_basename); in GetSourcePath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp106 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 DClangExpressionParser.cpp1240 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2617 init_file.AppendPathComponent("lldbinit"); in SourceInitFileGlobal()
3411 save_location.AppendPathComponent(file_name); in SaveTranscript()

12