enum class ItaniumManglingCanonicalizer::EquivalenceError
Declared at: llvm/include/llvm/Support/ItaniumManglingCanonicalizer.h:41
Enumerators
Name | Value | Comment |
---|---|---|
Success | 0 | |
ManglingAlreadyUsed | 1 | Both 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. |
InvalidFirstMangling | 2 | The first equivalent mangling is invalid. |
InvalidSecondMangling | 3 | The second equivalent mangling is invalid. |