| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | ModuleCacheTest.cpp | 48 fs.AppendPathComponent(dummy_remote_dir); in GetDummyRemotePath() 49 fs.AppendPathComponent(module_name); in GetDummyRemotePath() 54 spec.AppendPathComponent(".cache"); in GetUuidView() 55 spec.AppendPathComponent(module_uuid); in GetUuidView() 56 spec.AppendPathComponent(module_name); in GetUuidView() 61 spec.AppendPathComponent(hostname); in GetSysrootView() 62 spec.AppendPathComponent(dummy_remote_dir); in GetSysrootView() 63 spec.AppendPathComponent(module_name); in GetSysrootView() 128 test_cache_dir.AppendPathComponent("GetAndPut"); in TEST_F() 137 test_cache_dir.AppendPathComponent("GetAndPutUuidExists"); in TEST_F() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 76 trace_path.AppendPathComponent("trace.json"); in SaveTraceBundleDescription() 105 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection() 118 output_file.AppendPathComponent(std::to_string(tid) + ".intelpt_trace"); in BuildThreadsSection() 143 output_context_switch_trace.AppendPathComponent(std::to_string(cpu_id) + in WriteContextSwitchTrace() 183 output_trace.AppendPathComponent(std::to_string(cpu_id) + ".intelpt_trace"); in WriteIntelPTTrace() 202 cpus_dir.AppendPathComponent("cpus"); in BuildCpusSection() 276 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection() 277 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 88 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath() 89 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath() 90 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath() 91 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath() 98 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath() 114 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath() 129 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 733 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath() 783 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules() 784 sdks_spec.AppendPathComponent("Platforms"); in GetSDKDirectoryForModules() 788 sdks_spec.AppendPathComponent("MacOSX.platform"); in GetSDKDirectoryForModules() 794 sdks_spec.AppendPathComponent("iPhoneOS.platform"); in GetSDKDirectoryForModules() 797 sdks_spec.AppendPathComponent("WatchSimulator.platform"); in GetSDKDirectoryForModules() 806 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules() 807 sdks_spec.AppendPathComponent("SDKs"); in GetSDKDirectoryForModules() 818 sdks_spec.AppendPathComponent("SDKs"); in GetSDKDirectoryForModules() 1138 xcode_lldb_resources.AppendPathComponent("Resources"); in LocateExecutable() [all …]
|
| H A D | PlatformDarwinDevice.cpp | 73 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded() 129 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded() 335 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache() 336 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
|
| H A D | PlatformRemoteDarwinDevice.cpp | 148 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK() 149 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | FileSpecTest.cpp | 82 TEST(FileSpecTest, AppendPathComponent) { in TEST() argument 84 fs_posix.AppendPathComponent("bar"); in TEST() 90 fs_posix_2.AppendPathComponent("//bar/baz"); in TEST() 96 fs_windows.AppendPathComponent("baz"); in TEST() 103 fs_posix_root.AppendPathComponent("bar"); in TEST() 109 fs_windows_root.AppendPathComponent("bar"); in TEST()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 386 void AppendPathComponent(llvm::StringRef component); 387 void AppendPathComponent(const FileSpec &new_path);
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 401 ret.AppendPathComponent(component); in CopyByAppendingPathComponent() 434 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec 441 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec 442 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
|
| H A D | Reproducer.cpp | 183 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBFileSpec.i | 81 AppendPathComponent (const char *file_or_directory);
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | PipePosix.cpp | 123 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName() 124 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
|
| /llvm-project-15.0.7/lldb/source/Host/android/ |
| H A D | HostInfoAndroid.cpp | 73 file_candidate.AppendPathComponent(module_path.c_str()); in ResolveLibraryPath()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBFileSpec.h | 57 void AppendPathComponent(const char *file_or_directory);
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 277 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory() 300 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
|
| H A D | Host.cpp | 446 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 106 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
|
| /llvm-project-15.0.7/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() 535 relative_spec.AppendPathComponent(dst.GetPath()); in Install() 1668 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot() 1704 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
|
| H A D | PathMappingList.cpp | 160 path.AppendPathComponent(*component); in AppendPathComponents()
|
| H A D | ModuleCache.cpp | 63 result_spec.AppendPathComponent(path2); in JoinPath()
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | Host.cpp | 211 expand_tool_spec.AppendPathComponent("lldb-argdumper.exe"); in ShellExpandArguments()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 146 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | test_stop-hook.cpp.template | 49 script_spec.AppendPathComponent("some_cmd.py");
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 323 symfile_platform_filespec.AppendPathComponent("symbolized.oat"); in DownloadSymbolFile()
|