search for: _zbs1b

Displaying 4 results from an estimated 4 matches for "_zbs1b".

Did you mean: _zbs1a
2015 Jan 27
7
[LLVMdev] IR extension proposal: bitset constants
...To return to our concrete example, a translation unit defining the vtable for A may also define the following global: @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1A, 0, 1)] A translation unit defining B would define: @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] And C: @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] A later mechanism would combine the bitset globals, lay out the referenced globals and build the...
2015 Jan 28
3
[LLVMdev] IR extension proposal: bitset constants
...able >> for A may also define the following global: >> >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1A, 0, 1)] >> >> A translation unit defining B would define: >> >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] >> @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] >> >> And C: >> >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] >> @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] >> >> A later mechanism would combine the...
2015 Jan 29
3
[LLVMdev] IR extension proposal: bitset constants
...t;> > > >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1A, 0, 1)] > > >> > > >> A translation unit defining B would define: > > >> > > >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > >> @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > >> > > >> And C: > > >> > > >> @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > > >> @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] >...
2015 Jan 30
0
[LLVMdev] IR extension proposal: bitset constants
...nslation unit defining the vtable > for A may also define the following global: > > @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1A, 0, 1)] > > A translation unit defining B would define: > > @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > @_ZBS1B = appending bitset constant [1 x i8*] [gep(@_ZTV1B, 0, 1)] > > And C: > > @_ZBS1A = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > @_ZBS1C = appending bitset constant [1 x i8*] [gep(@_ZTV1C, 0, 1)] > > A later mechanism would combine the bitset globals, lay out t...