Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h344 llvm::StringRef GetFileNameExtension() const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp410 llvm::StringRef FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
502 llvm::StringRef extension = GetFileNameExtension(); in IsSourceImplementationFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp140 if (file.GetFileNameExtension() != ".lua") { in LoadModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp791 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
792 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp311 if (this_file.GetFileNameExtension() == ".pyd") { in SharedLibraryDirectoryHelper()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2080 llvm::StringRef file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2002 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2201 if (pcm_file.GetFileNameExtension() != ".pcm") { in DoExecute()