Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h411 ConstString GetLastPathComponent() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DXcodeSDK.cpp245 ConstString last_path_component = sdk_path.GetLastPathComponent(); in SDKSupportsModules()
H A DFileSpec.cpp433 ConstString FileSpec::GetLastPathComponent() const { in GetLastPathComponent() function in FileSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1245 platform_pull_upart.GetLastPathComponent().AsCString()); in FindBundleBinaryInExecSearchPaths()
1247 ConstString part = platform_pull_upart.GetLastPathComponent(); in FindBundleBinaryInExecSearchPaths()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp169 FileSpec(coff_obj.getFileName()).GetLastPathComponent().AsCString(), in GetCoffUUID()
299 auto name = file.GetLastPathComponent(); in GetModuleSpecifications()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1270 (file_spec.GetLastPathComponent() == logging_module_name); in ModulesDidLoad()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp438 dst_dir.SetFilename(src.GetLastPathComponent()); in RecurseCopy_Callback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp626 file.GetLastPathComponent().AsCString(), in GetModuleSpecifications()