enum class ItaniumManglingCanonicalizer::EquivalenceError

Declared at: llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h:41

Enumerators

NameValueComment
Success0
ManglingAlreadyUsed1Both the equivalent manglings have already been used as components of some other mangling we've looked at. It's too late to add this equivalence.
InvalidFirstMangling2The first equivalent mangling is invalid.
InvalidSecondMangling3The second equivalent mangling is invalid.