| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 86 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath() 87 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath() 88 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath() 89 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath() 96 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 112 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath() 127 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFileSpec.cpp | 185 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec 186 LLDB_RECORD_METHOD(void, SBFileSpec, AppendPathComponent, (const char *), fn); in AppendPathComponent() 188 m_opaque_up->AppendPathComponent(fn); in AppendPathComponent() 218 LLDB_REGISTER_METHOD(void, SBFileSpec, AppendPathComponent, (const char *)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 388 void AppendPathComponent(llvm::StringRef component); 389 void AppendPathComponent(const FileSpec &new_path);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 402 ret.AppendPathComponent(component); in CopyByAppendingPathComponent() 435 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec 442 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec 443 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
|
| H A D | Reproducer.cpp | 208 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFileSpec.i | 81 AppendPathComponent (const char *file_or_directory);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 126 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName() 127 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 57 void AppendPathComponent(const char *file_or_directory);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 272 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory() 295 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
|
| H A D | Host.cpp | 536 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 92 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties() 93 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties() 667 relative_spec.AppendPathComponent(dst.GetPath()); in Install() 1708 dir_spec.AppendPathComponent(GetName().AsCString()); in GetModuleCacheRoot() 1744 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
|
| H A D | PathMappingList.cpp | 164 path.AppendPathComponent(*component); in AppendPathComponents()
|
| H A D | ModuleCache.cpp | 62 result_spec.AppendPathComponent(path2); in JoinPath()
|
| H A D | TargetList.cpp | 336 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
|
| H A D | Target.cpp | 2802 remote_file.AppendPathComponent( in Install()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 60 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 598 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
|
| H A D | GDBRemoteCommunication.cpp | 938 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 840 search_path_spec.AppendPathComponent( in GetSharedModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1064 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 430 this_file.AppendPathComponent("bin"); in SharedLibraryDirectoryHelper() 431 this_file.AppendPathComponent("liblldb.dll"); in SharedLibraryDirectoryHelper()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1661 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit() 1721 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2945 save_location.AppendPathComponent(file_name); in SaveTranscript()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 25881 (arg1)->AppendPathComponent((char const *)arg2); in _wrap_SBFileSpec_AppendPathComponent()
|