search for: pickany

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

2012 Dec 20
2
[LLVMdev] Handling ELF groups.
...a list of Groups to each File. I don't believe a Group should be an atom as it has different semantics and would have to be treated specially 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.
...s different >> semantics and would have to be treated specially 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 longe...
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...ve a Group should be an atom as it has different > semantics and would have to be treated specially 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 r...
2012 Dec 20
0
[LLVMdev] Handling ELF groups.
...uld have to be treated specially 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...
2012 Dec 20
1
[LLVMdev] Handling ELF groups.
...t; >>> > >>> 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 > >>> ... > >&g...