Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp428 (file_spec.GetFileNameExtension() == g_sdk_suffix || in FindKDKandSDKDirectoriesInDirectory()
429 file_spec.GetFileNameExtension() == g_kdk_suffix)) { in FindKDKandSDKDirectoriesInDirectory()
489 ConstString file_spec_extension = file_spec.GetFileNameExtension(); in GetKernelsAndKextsInDirectoryHelper()
672 if (kernel_dsym.GetFileNameExtension() != g_dsym_suffix) in KerneldSYMHasNoSiblingBinary()
701 if (dsym_bundle.GetFileNameExtension() != g_dsym_suffix) { in GetDWARFBinaryInDSYMBundle()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h333 ConstString GetFileNameExtension() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp402 ConstString FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
481 ConstString extension(GetFileNameExtension()); in IsSourceImplementationFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp140 ConstString module_extension = file.GetFileNameExtension(); in LoadModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp284 ConstString extension = module_sp->GetFileSpec().GetFileNameExtension(); in DownloadSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp623 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
624 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp309 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2032 ConstString file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1873 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2164 if (pcm_file.GetFileNameExtension().GetStringRef() != ".pcm") { in DoExecute()