Home
last modified time | relevance | path

Searched refs:GetFileNameExtension (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp424 (file_spec.GetFileNameExtension() == g_sdk_suffix || in FindKDKandSDKDirectoriesInDirectory()
425 file_spec.GetFileNameExtension() == g_kdk_suffix)) { in FindKDKandSDKDirectoriesInDirectory()
485 ConstString file_spec_extension = file_spec.GetFileNameExtension(); in GetKernelsAndKextsInDirectoryHelper()
668 if (kernel_dsym.GetFileNameExtension() != g_dsym_suffix) in KerneldSYMHasNoSiblingBinary()
698 if (dsym_bundle.GetFileNameExtension() != g_dsym_suffix) { in GetDWARFBinaryInDSYMBundle()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h318 ConstString GetFileNameExtension() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp383 ConstString FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
462 ConstString extension(GetFileNameExtension()); in IsSourceImplementationFile()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp140 ConstString module_extension = file.GetFileNameExtension(); in LoadModule()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp283 ConstString extension = module_sp->GetFileSpec().GetFileNameExtension(); in DownloadSymbolFile()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp603 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
604 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp307 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2015 ConstString file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1829 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2149 if (pcm_file.GetFileNameExtension().GetStringRef() != ".pcm") { in DoExecute()