Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp84 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 DHostInfoBase.cpp248 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
271 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp506 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h461 void AppendPathComponent(llvm::StringRef component);
462 void AppendPathComponent(const FileSpec &new_path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp183 remapped.AppendPathComponent(path); in RemapPath()
197 fixed.AppendPathComponent(path_ref); in ReverseRemapPath()
217 new_spec.AppendPathComponent(orig_path + prefix_len); in FindFile()
H A DPlatform.cpp94 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 DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
H A DTargetList.cpp372 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
H A DTarget.cpp2689 remote_file.AppendPathComponent( in Install()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp466 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 DReproducer.cpp174 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpec.cpp168 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 DPipePosix.cpp133 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 DSBFileSpec.h52 void AppendPathComponent(const char *file_or_directory);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp66 tmpdir_file_spec.AppendPathComponent(file_basename.AsCString()); in GetSourcePath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp542 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
H A DGDBRemoteCommunication.cpp973 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp120 homedir_dot_lldb.AppendPathComponent(".lldbinit"); in AddLocalLLDBInit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp868 search_path_spec.AppendPathComponent( in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp837 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2107 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 DSymbolFileDWARF.cpp1641 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1693 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()