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

References

tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1215       if (name.empty() && demangled_name.empty())
 1226         m_func_method_names.Append(ConstString(name), uid);
 1232         llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name);
 1236           m_func_base_names.Append(ConstString(name), uid);
 1246         llvm::StringRef basename = MSVCUndecoratedNameParser::DropScope(name);
 1250           m_func_base_names.Append(ConstString(name), uid);
 1252         if (name == "main") {
 1253           m_func_full_names.Append(ConstString(name), uid);
 1255           if (!demangled_name.empty() && name != demangled_name) {
 1262           m_func_full_names.Append(ConstString(name), uid);