I'm adding annotations to a function in IR and want to change the function descriptor to have the same annotation (otherwise, if the function had no other annotations before, the
HAS_ANNOTATIONS
flag will be generated incorrectly). Does anyone have pointers on modifying/overriding a descriptor that already exists?