Displaying 2 results from an estimated 2 matches for "firstfunc".
Did you mean:
first_func
2015 Dec 23
2
RFC: __attribute__((ifunc("resolver")) representation in LLVM IR
...easy way to
iterate all GlobalValues or all GrobalObjects. Any thoughts on the
tradeoff having a single list with pointer to the start of each sub
list? Something like
Func1 <-> Func2 <-> Var1 <-> Var2 <-> Alias1 <-> Alias2 <-> IFunc1 <-> Ifunc2
and keep FirstFunc, FirstVar, FirstAlias and FirstIFunc pointers.
One place where having another list might be a bit annoying is the
symbol iterator of IRObjectFile.
Cheers,
Rafael
On 22 December 2015 at 08:23, Dmitry Polukhin <dmitry.polukhin at gmail.com> wrote:
> I start prototyping second approach th...
2015 Dec 21
2
RFC: __attribute__((ifunc("resolver")) representation in LLVM IR
I would like to support __attribute__((target)) later so ifunc won't be opaque
for compiler generated dispatchers.
Thank you all for the feedback!
On Sat, Dec 19, 2015 at 8:49 AM, Eric Christopher via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> I think 2 is the only reasonable answer. And to answer Reid's comment:
> yes, it might be nice if we could look through it for