| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 141 return GetMangled().GuessLanguage(); in GetLanguage() 146 Mangled &GetMangled() { in GetMangled() function 151 const Mangled &GetMangled() const { in GetMangled() function
|
| H A D | Function.h | 225 Mangled &GetMangled(); 231 const Mangled &GetMangled() const; 528 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSymbol.cpp | 68 name = m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName() 78 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBFunction.cpp | 67 return m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName() 76 return m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 356 if (symbol != nullptr && symbol->GetMangled()) in Dump() 436 return symbol->GetMangled().GuessLanguage(); in GetLanguage() 668 return function->GetMangled().GetName(preference); in GetFunctionName() 670 return symbol->GetMangled().GetName(preference); in GetFunctionName() 798 if (symbol->GetMangled().GetMangledName() != name) in FindBestGlobalDataSymbol() 1081 const Mangled &name = inline_info->GetMangled(); in SymbolContextMatches() 1089 if (!sc.function->GetMangled().NameMatches(func_name)) in SymbolContextMatches() 1092 if (!sc.symbol->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
|
| H A D | Symbol.cpp | 174 return GetMangled().GetDisplayDemangledName(); in GetDisplayName() 279 ConstString name = GetMangled().GetName(name_preference); in Dump() 392 const Mangled &mangled = GetMangled(); in Compare() 552 ConstString Symbol::GetName() const { return GetMangled().GetName(); } in GetName() 555 return GetMangled().GetName(Mangled::ePreferDemangledWithoutArguments); in GetNameNoArguments()
|
| H A D | Symtab.cpp | 317 Mangled &mangled = symbol->GetMangled(); in InitNameIndexes() 473 const Mangled &mangled = symbol->GetMangled(); in AppendSymbolNamesToMap() 757 m_symbols[i].GetMangled().GetName(name_preference).AsCString(); in AppendSymbolIndexesMatchingRegExAndType() 783 m_symbols[i].GetMangled().GetName(name_preference).AsCString(); in AppendSymbolIndexesMatchingRegExAndType()
|
| H A D | Function.cpp | 114 Mangled &InlineFunctionInfo::GetMangled() { return m_mangled; } in GetMangled() function in InlineFunctionInfo 116 const Mangled &InlineFunctionInfo::GetMangled() const { return m_mangled; } in GetMangled() function in InlineFunctionInfo
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 187 curr_symbol->GetMangled(), // Linker/mangled name in ParseFunctions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectVTable.cpp | 247 m_vtable_symbol->GetMangled().GetDemangledName().GetCString()); in UpdateValue()
|
| H A D | Debugger.cpp | 1394 if (prev_sc->function->GetMangled() != sc->function->GetMangled()) { in FormatDisassemblerAddress()
|
| H A D | FormatEntity.cpp | 1730 sc->symbol->GetMangled().GetName(Mangled::ePreferMangled).AsCString(); in Format() 1732 name = sc->function->GetMangled() in Format()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 68 vtable_info.symbol->GetMangled().GetDemangledName().GetStringRef(); in GetTypeInfo() 276 llvm::StringRef name = symbol->GetMangled().GetDemangledName().GetStringRef(); in GetVTableInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 281 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 631 if (Mangled::Compare(old_sc.symbol->GetMangled(), in SymbolContextsMightBeEquivalent() 632 new_sc.symbol->GetMangled()) == 0) { in SymbolContextsMightBeEquivalent()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 414 sym->GetMangled().GetName(Mangled::ePreferMangled); in GetStepThroughTrampolinePlan()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 117 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap() 147 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 501 ConstString sym_name = sym->GetMangled().GetName(Mangled::ePreferMangled); in GetStepThroughTrampolinePlan()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1220 lang_type = sc.function->GetMangled().GuessLanguage(); in GuessLanguage() 1224 lang_type = sc.symbol->GetMangled().GuessLanguage(); in GuessLanguage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 570 ConstString sym_name = symbol->GetMangled().GetName(Mangled::ePreferMangled); in GetSymbolDeclarationFromAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 828 &cu, func_uid, function_type_uid, symbol->GetMangled(), type_sp.get(), in ParseFunctions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1816 const auto name = function->GetMangled().GetMangledName().AsCString(); in AddOneFunction()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 2639 lang_type = s->GetMangled().GuessLanguage(); in GuessLanguage()
|