reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/FileSpec.h
  334   ConstString GetFileNameExtension() const;

References

tools/lldb/source/Core/Debugger.cpp
  578     if (plugin_file_spec.GetFileNameExtension() != g_dylibext &&
  579         plugin_file_spec.GetFileNameExtension() != g_solibext) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1964   ConstString file_extension = m_file.GetFileNameExtension();
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  300   ConstString extension = module_sp->GetFileSpec().GetFileNameExtension();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2758       ConstString extension = target_file.GetFileNameExtension();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1644             if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" &&
tools/lldb/source/Utility/FileSpec.cpp
  486   ConstString extension(GetFileNameExtension());