Home
last modified time | relevance | path

Searched refs:GetLastPathComponent (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h396 ConstString GetLastPathComponent() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DXcodeSDK.cpp245 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules()
H A DFileSpec.cpp414 ConstString FileSpec::GetLastPathComponent() const { in GetLastPathComponent() function in FileSpec
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1214 platform_pull_upart.GetLastPathComponent().AsCString()); in FindBundleBinaryInExecSearchPaths()
1216 ConstString part = platform_pull_upart.GetLastPathComponent(); in FindBundleBinaryInExecSearchPaths()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp167 FileSpec(coff_obj.getFileName()).GetLastPathComponent().AsCString(), in GetCoffUUID()
297 auto name = file.GetLastPathComponent(); in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1270 (file_spec.GetLastPathComponent() == logging_module_name); in ModulesDidLoad()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp437 dst_dir.GetFilename() = src.GetLastPathComponent(); in RecurseCopy_Callback()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp609 file.GetLastPathComponent().AsCString(), in GetModuleSpecifications()