| /freebsd/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 | 226 Mangled &GetMangled(); 232 const Mangled &GetMangled() const; 534 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 402 return symbol->GetMangled().GuessLanguage(); in GetLanguage() 634 return function->GetMangled().GetName(preference); in GetFunctionName() 636 return symbol->GetMangled().GetName(preference); in GetFunctionName() 757 if (symbol->GetMangled().GetMangledName() != name) in FindBestGlobalDataSymbol() 879 return function->GetMangled(); in GetPossiblyInlinedFunctionName() 882 return symbol->GetMangled(); in GetPossiblyInlinedFunctionName() 900 if (const Mangled &inline_name = inline_info->GetMangled()) in GetPossiblyInlinedFunctionName() 1072 const Mangled &name = inline_info->GetMangled(); in SymbolContextMatches() 1080 if (!sc.function->GetMangled().NameMatches(func_name)) in SymbolContextMatches() 1083 if (!sc.symbol->GetMangled().NameMatches(func_name)) in SymbolContextMatches()
|
| H A D | Symbol.cpp | 170 return GetMangled().GetDisplayDemangledName(); in GetDisplayName() 275 ConstString name = GetMangled().GetName(name_preference); in Dump() 388 const Mangled &mangled = GetMangled(); in Compare() 548 ConstString Symbol::GetName() const { return GetMangled().GetName(); } in GetName() 551 return GetMangled().GetName(Mangled::ePreferDemangledWithoutArguments); in GetNameNoArguments()
|
| H A D | Symtab.cpp | 329 Mangled &mangled = symbol->GetMangled(); in InitNameIndexes() 485 const Mangled &mangled = symbol->GetMangled(); in AppendSymbolNamesToMap() 770 m_symbols[i].GetMangled().GetName(name_preference).AsCString(); in AppendSymbolIndexesMatchingRegExAndType() 796 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/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 | 69 return m_opaque_ptr->GetMangled().GetDisplayDemangledName().AsCString(); in GetDisplayName() 78 return m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 187 curr_symbol->GetMangled(), // Linker/mangled name in ParseFunctions()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 244 m_vtable_symbol->GetMangled().GetDemangledName().GetCString()); in UpdateValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 68 vtable_info.symbol->GetMangled().GetDemangledName().GetStringRef(); in GetTypeInfo() 271 llvm::StringRef name = symbol->GetMangled().GetDemangledName().GetStringRef(); in GetVTableInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 277 symbol.GetMangled().SetValue(ConstString(*NameOrErr)); in ParseSymtab()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 482 symbol.GetMangled().GetMangledName().GetStringRef(); in IsSymbolARuntimeThunk()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/ |
| H A D | ObjectFileXCOFF.cpp | 257 symbol.GetMangled().SetValue(ConstString(name_no_dot)); in ParseSymtab()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 676 if (Mangled::Compare(old_sc.symbol->GetMangled(), in SymbolContextsMightBeEquivalent() 677 new_sc.symbol->GetMangled()) == 0) { in SymbolContextsMightBeEquivalent()
|
| H A D | BreakpointLocation.cpp | 534 sc.function->GetMangled().GetMangledName()) { in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 414 sym->GetMangled().GetName(Mangled::ePreferMangled); in GetStepThroughTrampolinePlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 120 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap() 150 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1351 lang_type = LanguageType(sc.function->GetMangled().GuessLanguage()); in GuessLanguage() 1353 lang_type = SourceLanguage(sc.symbol->GetMangled().GuessLanguage()); in GuessLanguage()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 546 ConstString sym_name = sym->GetMangled().GetName(Mangled::ePreferMangled); in GetStepThroughTrampolinePlan()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1579 if (prev_sc->function->GetMangled() != sc->function->GetMangled()) { in FormatDisassemblerAddress()
|
| /freebsd/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1810 const auto name = function->GetMangled().GetMangledName().AsCString(); in AddOneFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 2539 lang_type = s->GetMangled().GuessLanguage(); in GuessLanguage()
|