Result of attempting to add a mangling equivalence.
Declared in <llvm/ProfileData/ItaniumManglingCanonicalizer.h>
enum class EquivalenceError : int;
| Name | Description |
|---|---|
Success | The equivalence was added successfully. |
ManglingAlreadyUsed | 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 | The first equivalent mangling is invalid. |
InvalidSecondMangling | The second equivalent mangling is invalid. |