Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Demangle/
DDemangle.h87 bool partialDemangle(const char *MangledName);
/openbsd/src/gnu/llvm/lldb/source/Core/
DRichManglingContext.cpp42 bool err = m_ipd.partialDemangle(mangled.GetCString()); in FromItaniumName()
DMangled.cpp147 bool err = ipd.partialDemangle(M); in GetItaniumDemangledStr()
/openbsd/src/gnu/llvm/lld/MachO/
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/
DItaniumDemangle.cpp418 bool ItaniumPartialDemangler::partialDemangle(const char *MangledName) { in partialDemangle() function in ItaniumPartialDemangler
/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp562 if (d.partialDemangle(name.c_str())) in canSuggestExternCForCXX()
657 if (!d.partialDemangle(buf.c_str())) in getAlternativeSpelling()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1215 if (!D.partialDemangle(attrs.mangled_name)) { in ParseSubroutine()