Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h333 llvm::StringRef GetFileNameExtension() const;
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp403 llvm::StringRef FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
495 llvm::StringRef extension = GetFileNameExtension(); in IsSourceImplementationFile()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp140 if (file.GetFileNameExtension() != ".lua") { in LoadModule()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp686 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
687 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp330 if (this_file.GetFileNameExtension() == ".pyd") { in SharedLibraryDirectoryHelper()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2115 llvm::StringRef file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2063 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2193 if (pcm_file.GetFileNameExtension() != ".pcm") { in DoExecute()