Home
last modified time | relevance | path

Searched refs:partialDemangle (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h82 bool partialDemangle(const char *MangledName);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp45 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
H A DMangled.cpp182 bool err = ipd.partialDemangle(M); in GetItaniumDemangledStr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp379 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() function in ItaniumPartialDemangler
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp747 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
842 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1236 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine()