Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h86 bool partialDemangle(const char *MangledName);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp42 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
H A DMangled.cpp149 bool err = ipd.partialDemangle(M); in GetItaniumDemangledStr()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp484 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
574 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp407 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() function in ItaniumPartialDemangler
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp581 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
676 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1265 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine()