Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp48 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 DTraceIntelPTBundleSaver.cpp76 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 DLocateSymbolFile.cpp88 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 DPlatformDarwin.cpp733 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 DPlatformDarwinDevice.cpp73 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 DPlatformRemoteDarwinDevice.cpp148 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 DFileSpecTest.cpp82 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 DSBFileSpec.cpp178 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 DFileSpec.h386 void AppendPathComponent(llvm::StringRef component);
387 void AppendPathComponent(const FileSpec &new_path);
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp401 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 DReproducer.cpp183 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFileSpec.i81 AppendPathComponent (const char *file_or_directory);
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DPipePosix.cpp123 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 DHostInfoAndroid.cpp73 file_candidate.AppendPathComponent(module_path.c_str()); in ResolveLibraryPath()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFileSpec.h57 void AppendPathComponent(const char *file_or_directory);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp277 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
300 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp446 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp106 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp93 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 DPathMappingList.cpp160 path.AppendPathComponent(*component); in AppendPathComponents()
H A DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp211 expand_tool_spec.AppendPathComponent("lldb-argdumper.exe"); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp146 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template49 script_spec.AppendPathComponent("some_cmd.py");
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp323 symfile_platform_filespec.AppendPathComponent("symbolized.oat"); in DownloadSymbolFile()

12