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

Declarations

tools/lldb/include/lldb/Core/Mangled.h
  209   void SetValue(ConstString name, bool is_mangled);

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3881                 sym[sym_idx - 1].GetMangled().SetValue(ConstString(symbol_name),
 3922                 sym[sym_idx - 1].GetMangled().SetValue(
 4285           sym[sym_idx].GetMangled().SetValue(const_symbol_name,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2377         func_name.SetValue(ConstString(mangled), true);
 2415         func_name.SetValue(ConstString(sstr.GetString()), false);
 2417         func_name.SetValue(ConstString(name), false);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1974     mangled.SetValue(ConstString(func_name), false);