search for: emitfrag

Displaying 3 results from an estimated 3 matches for "emitfrag".

Did you mean: emitfmad
2010 May 04
2
[LLVMdev] MCStreamer itnerface
...to what section to place the symbol into. instead of SwitchSection, there would be BeginSymbol, and SymbolSymbol, it would be illegal to call any EmitXXX function outside of these two calls BeginSymbol(Symbol, SectionHint) EmitAttribute(...) EmitAttribute(...) ... StartFragmentEmission() EmitFragment(...) EmitFragment(...) ... EndSymbol() Object file writers would typically start recording fragments and attributes for a symbol on the BeginSymbol, then at EndSymbol they would evaluate what was streamed, and decide what section the symbol should be placed in. Assembly writers could with...
2010 May 05
3
[LLVMdev] MCStreamer interface
...gt; instead of SwitchSection, there would be BeginSymbol, and SymbolSymbol, it would > be illegal to call any EmitXXX function outside of these two calls > > BeginSymbol(Symbol, SectionHint) > EmitAttribute(...) > EmitAttribute(...) > ... > StartFragmentEmission() > EmitFragment(...) > EmitFragment(...) > ... > EndSymbol() > > Object file writers would typically start recording fragments and attributes for > a symbol on the BeginSymbol, then at EndSymbol they would evaluate what was > streamed, and decide what section the symbol should be plac...
2010 May 05
0
[LLVMdev] MCStreamer interface
...BeginSymbol, and SymbolSymbol, > it would > > be illegal to call any EmitXXX function outside of these two calls > > > > BeginSymbol(Symbol, SectionHint) > > EmitAttribute(...) > > EmitAttribute(...) > > ... > > StartFragmentEmission() > > EmitFragment(...) > > EmitFragment(...) > > ... > > EndSymbol() > > > > Object file writers would typically start recording fragments and > attributes for > > a symbol on the BeginSymbol, then at EndSymbol they would evaluate what > was > > streamed, and d...