| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Function.h | 263 Mangled &GetMangled(); 271 const Mangled &GetMangled() const; 522 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
|
| H A D | Symbol.h | 129 Mangled &GetMangled() { return m_mangled; } in GetMangled() function 131 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSymbol.cpp | 58 name = m_opaque_ptr->GetMangled() in GetDisplayName() 72 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBFunction.cpp | 63 cstr = m_opaque_ptr->GetMangled() in GetDisplayName() 82 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 372 if (symbol != nullptr && symbol->GetMangled()) in Dump() 451 return symbol->GetMangled().GuessLanguage(); in GetLanguage() 698 return function->GetMangled().GetName(function->GetLanguage(), preference); in GetFunctionName() 700 return symbol->GetMangled().GetName(symbol->GetLanguage(), preference); in GetFunctionName() 831 if (symbol->GetMangled().GetMangledName() != name) in FindBestGlobalDataSymbol() 1117 const Mangled &name = inline_info->GetMangled(); in SymbolContextMatches() 1125 if (!sc.function->GetMangled().NameMatches(func_name, in SymbolContextMatches() 1129 if (!sc.symbol->GetMangled().NameMatches(func_name, in SymbolContextMatches()
|
| H A D | Function.cpp | 125 Mangled &InlineFunctionInfo::GetMangled() { return m_mangled; } in GetMangled() function in InlineFunctionInfo 127 const Mangled &InlineFunctionInfo::GetMangled() const { return m_mangled; } in GetMangled() function in InlineFunctionInfo
|
| H A D | Symtab.cpp | 274 const Mangled &mangled = pos->GetMangled(); in InitNameIndexes() 308 Mangled &mangled = symbol->GetMangled(); in InitNameIndexes() 460 const Mangled &mangled = symbol->GetMangled(); in AppendSymbolNamesToMap()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 190 curr_symbol->GetMangled(), // Linker/mangled name in ParseFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Breakpoint.cpp | 655 if (Mangled::Compare(old_sc.symbol->GetMangled(), in SymbolContextsMightBeEquivalent() 656 new_sc.symbol->GetMangled()) == 0) { in SymbolContextsMightBeEquivalent()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 75 symbol->GetMangled() in GetTypeInfoFromVTableAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 425 const ConstString sym_name = sym->GetMangled().GetName( in GetStepThroughTrampolinePlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 111 exe_symbol->GetMangled().GetName(lldb::eLanguageTypeUnknown, in GetFileRangeMap() 142 exe_symbol->GetMangled().GetName(lldb::eLanguageTypeUnknown, in GetFileRangeMap()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1218 if (prev_sc->function->GetMangled() != sc->function->GetMangled()) { in FormatDisassemblerAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1218 lang_type = sc.function->GetMangled().GuessLanguage(); in GuessLanguage() 1222 lang_type = sc.symbol->GetMangled().GuessLanguage(); in GuessLanguage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 568 ConstString sym_name = symbol->GetMangled().GetName( in GetSymbolDeclarationFromAddress()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1958 const auto name = function->GetMangled().GetMangledName().AsCString(); in AddOneFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 2772 lang_type = s->GetMangled().GuessLanguage(); in GuessLanguage()
|