Home
last modified time | relevance | path

Searched refs:GetMangledName (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DMangled.h200 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 DSBSymbol.cpp69 const char *SBSymbol::GetMangledName() const { in GetMangledName() function in SBSymbol
72 name = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBFunction.cpp79 const char *SBFunction::GetMangledName() const { in GetMangledName() function in SBFunction
82 cstr = m_opaque_ptr->GetMangled().GetMangledName().AsCString(); in GetMangledName()
H A DSBType.cpp606 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 DMangled.cpp492 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 DCompilerDecl.cpp24 ConstString CompilerDecl::GetMangledName() const { in GetMangledName() function in CompilerDecl
H A DSymbol.cpp206 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 DSymtab.cpp275 if (mangled.GetMangledName()) in InitNameIndexes()
309 entry.cstring = mangled.GetMangledName(); in InitNameIndexes()
468 entry.cstring = mangled.GetMangledName(); in AppendSymbolNamesToMap()
H A DType.cpp1040 ConstString TypeMemberFunctionImpl::GetMangledName() const { in GetMangledName() function in TypeMemberFunctionImpl
1041 return m_decl.GetMangledName(); in GetMangledName()
H A DFunction.cpp311 ConstString mangled = m_mangled.GetMangledName(); in GetDescription()
H A DSymbolContext.cpp831 if (symbol->GetMangled().GetMangledName() != name) in FindBestGlobalDataSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbol.h36 const char *GetMangledName() const;
H A DSBFunction.h35 const char *GetMangledName() const;
H A DSBType.h74 const char *GetMangledName();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDecl.h69 ConstString GetMangledName() const;
H A DType.h590 ConstString GetMangledName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp113 const char *DWARFDIE::GetMangledName() const { in GetMangledName() function in DWARFDIE
115 return m_die->GetMangledName(GetDWARF(), m_cu); in GetMangledName()
H A DDWARFDIE.h42 const char *GetMangledName() const;
H A DDWARFDebugInfoEntry.h141 const char *GetMangledName(SymbolFileDWARF *dwarf2Data,
H A DDWARFASTParserClang.cpp3898 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 DDWARFDebugInfoEntry.cpp1111 DWARFDebugInfoEntry::GetMangledName(SymbolFileDWARF *dwarf2Data, in GetMangledName() function in DWARFDebugInfoEntry
H A DSymbolFileDWARF.cpp2435 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 DClangExpressionDeclMap.cpp1958 const auto name = function->GetMangled().GetMangledName().AsCString(); in AddOneFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2343 llvm::StringRef mangled_name = mangled.GetMangledName().GetStringRef(); in ParseSymbols()