Home
last modified time | relevance | path

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

/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()
274 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection()
275 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.h386 void AppendPathComponent(llvm::StringRef component);
387 void AppendPathComponent(const FileSpec &new_path);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp420 ret.AppendPathComponent(component); in CopyByAppendingPathComponent()
447 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec
454 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec
455 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.cpp274 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
297 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp473 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp129 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()
130 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()
499 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
1778 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot()
1814 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
H A DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
H A DPathMappingList.cpp194 path.AppendPathComponent(*component); in AppendPathComponents()
H A DTargetList.cpp298 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
H A DTarget.cpp3079 remote_file.AppendPathComponent( in Install()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp154 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.cpp1874 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1886 relative_to_binary.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1892 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1897 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1933 dwo_name_binary_directory.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1938 filename_binary_directory.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit()
1948 dwo_name_dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1952 filename_dirspec.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit()
2045 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()
/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/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp590 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
H A DGDBRemoteCommunication.cpp916 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1041 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp338 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper()
339 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2464 init_file.AppendPathComponent("lldbinit"); in SourceInitFileGlobal()
3236 save_location.AppendPathComponent(file_name); in SaveTranscript()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29511 (arg1)->AppendPathComponent((char const *)arg2); in _wrap_SBFileSpec_AppendPathComponent()