Displaying 1 result from an estimated 1 matches for "personalityhasonlycxxuses".
2015 Oct 10
2
[RFC] Clean up the way we store optional Function data
...r 1> = { Data = <IndirectUser 2>, RefCount = 0 }
I've left out a sub-case where <IndirectUser 2> is already part of a daisy
chain. There are strict asserts in place to keep the daisy-chaining sane.
I have this mostly working. There's just one outstanding issue in clang. The
PersonalityHasOnlyCXXUses() routine needs to look up all the Function objects
which refer to a particular personality function. I plan on supporting this by
defining a ``Function::getPersonalityFnUsers(Fn)`` routine.
I'm hoping to have patches out for review by Monday. I thought I'd send this
out now to get feedba...