Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp86 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 DSBFileSpec.cpp185 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 DFileSpec.h388 void AppendPathComponent(llvm::StringRef component);
389 void AppendPathComponent(const FileSpec &new_path);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp402 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 DReproducer.cpp208 index.AppendPathComponent("index.yaml"); in AddProvidersToIndex()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpec.i81 AppendPathComponent (const char *file_or_directory);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp126 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 DSBFileSpec.h57 void AppendPathComponent(const char *file_or_directory);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp272 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
295 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp536 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp92 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 DPathMappingList.cpp164 path.AppendPathComponent(*component); in AppendPathComponents()
H A DModuleCache.cpp62 result_spec.AppendPathComponent(path2); in JoinPath()
H A DTargetList.cpp336 cwd_file.AppendPathComponent(file); in CreateTargetInternal()
H A DTarget.cpp2802 remote_file.AppendPathComponent( in Install()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp107 temp_file_spec.AppendPathComponent("port-file.%%%%%%"); in save_socket_id_to_file()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp60 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp598 socket_path_spec.AppendPathComponent(socket_name.c_str()); in GetDomainSocketPath()
H A DGDBRemoteCommunication.cpp938 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp840 search_path_spec.AppendPathComponent( in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1064 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp430 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 DSymbolFileDWARF.cpp1661 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 DCommandInterpreter.cpp2945 save_location.AppendPathComponent(file_name); in SaveTranscript()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp25881 (arg1)->AppendPathComponent((char const *)arg2); in _wrap_SBFileSpec_AppendPathComponent()