Displaying 7 results from an estimated 7 matches for "exprnatom".
2013 Aug 23
0
[LLVMdev] defining symbols with lld
Hi Nick,
Thanks for your reply.
On 8/23/2013 3:40 PM, Nick Kledzik wrote:
>
> These are the changes I plan to make, and some questions that I have
>
> a) Define a new contentType for DefinedAtoms to say 'Expression'
> b) Create a new class ExprnAtom derived from DefinedAtom
> c) The expression could also contain various functions that could be set in the expression, how should that be represented ?
> I don’t understand this. I thought expression where like "_foo + 10”. What do you mean by functions set in expression?
Linker script...
2013 Aug 23
3
[LLVMdev] defining symbols with lld
...there for the expression evaluator to find the addresses of the symbols used.
>>
>> -Nick
>
>
> These are the changes I plan to make, and some questions that I have
>
> a) Define a new contentType for DefinedAtoms to say 'Expression'
> b) Create a new class ExprnAtom derived from DefinedAtom
> c) The expression could also contain various functions that could be set in the expression, how should that be represented ?
I don’t understand this. I thought expression where like "_foo + 10”. What do you mean by functions set in expression?
> d) The actua...
2013 Aug 23
1
[LLVMdev] defining symbols with lld
...,
>
> Thanks for your reply.
>
> On 8/23/2013 3:40 PM, Nick Kledzik wrote:
>>
>> These are the changes I plan to make, and some questions that I have
>>
>> a) Define a new contentType for DefinedAtoms to say 'Expression'
>> b) Create a new class ExprnAtom derived from DefinedAtom
>> c) The expression could also contain various functions that could be set in the expression, how should that be represented ?
>> I don’t understand this. I thought expression where like "_foo + 10”. What do you mean by functions set in expression?
>...
2013 Aug 23
0
[LLVMdev] defining symbols with lld
...Writer knows is not a relocation, but there for the expression evaluator to find the addresses of the symbols used.
>
> -Nick
These are the changes I plan to make, and some questions that I have
a) Define a new contentType for DefinedAtoms to say 'Expression'
b) Create a new class ExprnAtom derived from DefinedAtom
c) The expression could also contain various functions that could be set
in the expression, how should that be represented ?
d) The actual content of the Atom would be a string representation of
the expression, that can be used to emit YAML information
e)The expression tr...
2013 Aug 23
1
[LLVMdev] defining symbols with lld
...> Thanks for your reply.
>
>
> On 8/23/2013 3:40 PM, Nick Kledzik wrote:
>
>>
>> These are the changes I plan to make, and some questions that I have
>>
>> a) Define a new contentType for DefinedAtoms to say 'Expression'
>> b) Create a new class ExprnAtom derived from DefinedAtom
>> c) The expression could also contain various functions that could be set
>> in the expression, how should that be represented ?
>> I don’t understand this. I thought expression where like "_foo + 10”.
>> What do you mean by functions set in...
2013 Aug 22
3
[LLVMdev] defining symbols with lld
On Aug 22, 2013, at 1:32 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Thu, Aug 22, 2013 at 12:54 PM, Shankar Easwaran <shankare at codeaurora.org> wrote:
> Hi Nick,
>
> I am planning to work on adding support for definining expressions for the Gnu flavor.
>
> Currently Gnu ld supports an option --defsym symbol=expression. The expression may be
2013 Aug 23
1
[LLVMdev] defining symbols with lld
On Thu, Aug 22, 2013 at 6:42 PM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> These are the changes I plan to make, and some questions that I have
>
> a) Define a new contentType for DefinedAtoms to say 'Expression'
b) Create a new class ExprnAtom derived from DefinedAtom
> c) The expression could also contain various functions that could be set
> in the expression, how should that be represented ?
> d) The actual content of the Atom would be a string representation of the
> expression, that can be used to emit YAML information
&...