| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Mangled.h | 200 ConstString &GetMangledName() { return m_mangled; } in GetMangledName() function 208 const ConstString &GetMangledName() const { return m_mangled; } in GetMangledName() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBSymbol.cpp | 69 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol 72 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBFunction.cpp | 79 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction 82 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
|
| H A D | SBType.cpp | 606 ConstString mangled_str = m_opaque_sp->GetMangledName(); in GetDemangledName() 615 const char *SBTypeMemberFunction::GetMangledName() { in GetMangledName() function in SBTypeMemberFunction 617 return m_opaque_sp->GetMangledName().GetCString(); in GetMangledName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Mangled.cpp | 492 ConstString mangled = GetMangledName(); in GuessLanguage() 517 if (obj.GetMangledName()) in operator <<() 518 s << "mangled = '" << obj.GetMangledName() << "'"; in operator <<()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerDecl.cpp | 24 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
|
| H A D | Symbol.cpp | 206 if (m_mangled.GetMangledName()) in GetDescription() 207 s->Printf(", mangled=\"%s\"", m_mangled.GetMangledName().AsCString()); in GetDescription() 331 return m_mangled.GetMangledName() == name || in Compare()
|
| H A D | Symtab.cpp | 275 if (mangled.GetMangledName()) in InitNameIndexes() 309 entry.cstring = mangled.GetMangledName(); in InitNameIndexes() 468 entry.cstring = mangled.GetMangledName(); in AppendSymbolNamesToMap()
|
| H A D | Type.cpp | 1040 ConstString TypeMemberFunctionImpl::GetMangledName() const { in GetMangledName() function in TypeMemberFunctionImpl 1041 return m_decl.GetMangledName(); in GetMangledName()
|
| H A D | Function.cpp | 311 ConstString mangled = m_mangled.GetMangledName(); in GetDescription()
|
| H A D | SymbolContext.cpp | 831 if (symbol->GetMangled().GetMangledName() != name) in FindBestGlobalDataSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBSymbol.h | 36 const char *GetMangledName() const;
|
| H A D | SBFunction.h | 35 const char *GetMangledName() const;
|
| H A D | SBType.h | 74 const char *GetMangledName();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompilerDecl.h | 69 ConstString GetMangledName() const;
|
| H A D | Type.h | 590 ConstString GetMangledName() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 113 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE 115 return m_die->GetMangledName(GetDWARF(), m_cu); in GetMangledName()
|
| H A D | DWARFDIE.h | 42 const char *GetMangledName() const;
|
| H A D | DWARFDebugInfoEntry.h | 141 const char *GetMangledName(SymbolFileDWARF *dwarf2Data,
|
| H A D | DWARFASTParserClang.cpp | 3898 const char *src_name = src_die.GetMangledName(); in CopyUniqueClassMethodTypes() 3917 const char *dst_name = dst_die.GetMangledName(); in CopyUniqueClassMethodTypes() 3965 const char *src_name = src_die.GetMangledName(); in CopyUniqueClassMethodTypes() 3966 const char *dst_name = dst_die.GetMangledName(); in CopyUniqueClassMethodTypes()
|
| H A D | DWARFDebugInfoEntry.cpp | 1111 DWARFDebugInfoEntry::GetMangledName(SymbolFileDWARF *dwarf2Data, in GetMangledName() function in DWARFDebugInfoEntry
|
| H A D | SymbolFileDWARF.cpp | 2435 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction() 3829 call_edges.emplace_back(call_origin.GetMangledName(), return_pc); in CollectCallEdges()
|
| /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/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2343 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols()
|