Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp91 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath()
92 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath()
93 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath()
94 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath()
101 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath()
117 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath()
132 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp734 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath()
784 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules()
785 sdks_spec.AppendPathComponent("Platforms"); in GetSDKDirectoryForModules()
789 sdks_spec.AppendPathComponent("MacOSX.platform"); in GetSDKDirectoryForModules()
792 sdks_spec.AppendPathComponent("iPhoneSimulator.platform"); in GetSDKDirectoryForModules()
795 sdks_spec.AppendPathComponent("iPhoneOS.platform"); in GetSDKDirectoryForModules()
798 sdks_spec.AppendPathComponent("WatchSimulator.platform"); in GetSDKDirectoryForModules()
801 sdks_spec.AppendPathComponent("AppleTVSimulator.platform"); in GetSDKDirectoryForModules()
807 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules()
808 sdks_spec.AppendPathComponent("SDKs"); in GetSDKDirectoryForModules()
[all …]
H A DPlatformDarwinDevice.cpp74 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded()
130 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded()
345 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache()
346 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
H A DPlatformRemoteDarwinDevice.cpp149 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK()
150 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h401 void AppendPathComponent(llvm::StringRef component);
402 void AppendPathComponent(const FileSpec &new_path);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp420 ret.AppendPathComponent(component); in CopyByAppendingPathComponent()
453 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec
460 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec
461 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i81 AppendPathComponent (const char *file_or_directory);
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp123 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()
124 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
/openbsd-src/gnu/llvm/lldb/source/Host/android/
H A DHostInfoAndroid.cpp73 file_candidate.AppendPathComponent(module_path.c_str()); in ResolveLibraryPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h57 void AppendPathComponent(const char *file_or_directory);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp278 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
301 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp444 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp94 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties()
95 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties()
537 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
1669 dir_spec.AppendPathComponent(GetPluginName()); in GetModuleCacheRoot()
1705 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
H A DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
H A DPathMappingList.cpp184 path.AppendPathComponent(*component); in AppendPathComponents()
H A DTargetList.cpp298 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp211 expand_tool_spec.AppendPathComponent("lldb-argdumper.exe"); in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp154 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp324 symfile_platform_filespec.AppendPathComponent("symbolized.oat"); in DownloadSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp65 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp588 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
H A DGDBRemoteCommunication.cpp918 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()

12