enum class CloneFunctionChangeType
Declared at: llvm/include/llvm/Transforms/Utils/Cloning.h:134
Enumerators
Name | Value | Comment |
---|---|---|
LocalChangesOnly | 0 | |
GlobalChanges | 1 | |
DifferentModule | 2 | |
ClonedModule | 3 |
Declared at: llvm/include/llvm/Transforms/Utils/Cloning.h:134
Name | Value | Comment |
---|---|---|
LocalChangesOnly | 0 | |
GlobalChanges | 1 | |
DifferentModule | 2 | |
ClonedModule | 3 |