Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h318 ConstString GetFileNameExtension() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp384 ConstString FileSpec::GetFileNameExtension() const { in GetFileNameExtension() function in FileSpec
463 ConstString extension(GetFileNameExtension()); in IsSourceImplementationFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp169 ConstString module_extension = file.GetFileNameExtension(); in LoadModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp545 if (plugin_file_spec.GetFileNameExtension() != g_dylibext && in LoadPluginCallback()
546 plugin_file_spec.GetFileNameExtension() != g_solibext) { in LoadPluginCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp422 if (this_file.GetFileNameExtension() == ConstString(".pyd")) { in SharedLibraryDirectoryHelper()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1985 ConstString file_extension = m_file.GetFileNameExtension(); in ParseSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1739 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" && in UpdateExternalModuleListIfNeeded()