Home
last modified time | relevance | path

Searched refs:GetMangled (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h263 Mangled &GetMangled();
271 const Mangled &GetMangled() const;
522 const Mangled &GetMangled() const { return m_mangled; } in GetMangled() function
H A DSymbol.h129 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 DSBSymbol.cpp58 name = m_opaque_ptr->GetMangled() in GetDisplayName()
72 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBFunction.cpp63 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 DSymbolContext.cpp372 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 DFunction.cpp125 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 DSymtab.cpp274 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 DSymbolFileSymtab.cpp190 curr_symbol->GetMangled(), // Linker/mangled name in ParseFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp655 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 DItaniumABILanguageRuntime.cpp75 symbol->GetMangled() in GetTypeInfoFromVTableAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp425 const ConstString sym_name = sym->GetMangled().GetName( in GetStepThroughTrampolinePlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp111 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 DDebugger.cpp1218 if (prev_sc->function->GetMangled() != sc->function->GetMangled()) { in FormatDisassemblerAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1218 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 DTSanRuntime.cpp568 ConstString sym_name = symbol->GetMangled().GetName( in GetSymbolDeclarationFromAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1958 const auto name = function->GetMangled().GetMangledName().AsCString(); in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2772 lang_type = s->GetMangled().GuessLanguage(); in GuessLanguage()