search for: asweak

Displaying 5 results from an estimated 5 matches for "asweak".

2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...pecially everywhere. A group would have a name, merge attribute, and a list of atoms it contains. YAML mockup: --- groups: - name: _Z4funcIiET_S0_ merge: pickAny members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] atoms: - name _Z4funcIiET_S0_ scope: global merge: asWeak type: code ... The main problem I see with this is that groups are no longer represented explicitly in the reference graph. - Michael Spencer
2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...>> YAML mockup: >> >> --- >> groups: >> - name: _Z4funcIiET_S0_ >> merge: pickAny >> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] >> >> atoms: >> - name _Z4funcIiET_S0_ >> scope: global >> merge: asWeak >> type: code >> ... >> >> The main problem I see with this is that groups are no longer >> represented explicitly in the reference graph. >> >> - Michael Spencer >
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...ibute, and a list of atoms it contains. > > YAML mockup: > > --- > groups: > - name: _Z4funcIiET_S0_ > merge: pickAny > members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] > > atoms: > - name _Z4funcIiET_S0_ > scope: global > merge: asWeak > type: code > ... > > The main problem I see with this is that groups are no longer > represented explicitly in the reference graph. > > - Michael Spencer
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...>> --- >>> groups: >>> - name: _Z4funcIiET_S0_ >>> merge: pickAny >>> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] >>> >>> atoms: >>> - name _Z4funcIiET_S0_ >>> scope: global >>> merge: asWeak >>> type: code >>> ... >>> >>> The main problem I see with this is that groups are no longer >>> represented explicitly in the reference graph. >>> >>> - Michael Spencer >>
2012 Dec 20
1
[LLVMdev] Handling ELF groups.
...>>> - name: _Z4funcIiET_S0_ > >>> merge: pickAny > >>> members: [_Z4funcIiET_S0_, ".debug._Z4funcIiET_S0_"] > >>> > >>> atoms: > >>> - name _Z4funcIiET_S0_ > >>> scope: global > >>> merge: asWeak > >>> type: code > >>> ... > >>> > >>> The main problem I see with this is that groups are no longer > >>> represented explicitly in the reference graph. > >>> > >>> - Michael Spencer > >> > > _____...