Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDFileSpec.h333 llvm::StringRef GetFileNameExtension() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDFileSpec.cpp403 llvm::StringRef FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
495 llvm::StringRef extension = GetFileNameExtension(); in IsSourceImplementationFile()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDLua.cpp140 if (file.GetFileNameExtension() != ".lua") { in LoadModule()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp686 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
687 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp330 if (this_file.GetFileNameExtension() == ".pyd") { in SharedLibraryDirectoryHelper()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2115 llvm::StringRef file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp2063 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2193 if (pcm_file.GetFileNameExtension() != ".pcm") { in DoExecute()