Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DDemangle.h87 bool partialDemangle(const char *MangledName);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DRichManglingContext.cpp42 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
H A DMangled.cpp147 bool err = ipd.partialDemangle(M); in GetItaniumDemangledStr()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSymbolTable.cpp407 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
497 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp418 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() function in ItaniumPartialDemangler
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1215 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine()