Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangle.h90 bool partialDemangle(const char *MangledName);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp40 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
H A DMangled.cpp166 bool err = ipd.partialDemangle(M); in GetItaniumDemangledStr()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp489 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
578 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp407 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() function in ItaniumPartialDemangler
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp738 if (Demangler.partialDemangle(FunctionName.c_str())) in functionMatchesProfileHelper()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp557 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
652 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1376 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine()