Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h391 ConstString GetFileNameExtension() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp446 ConstString FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
529 ConstString extension(GetFileNameExtension()); in IsSourceImplementationFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp637 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
638 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2805 ConstString extension = target_file.GetFileNameExtension(); in LoadScriptingModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2075 ConstString file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1712 .GetFileNameExtension() in UpdateExternalModuleListIfNeeded()