search for: startfragmentemission

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

2010 May 04
2
[LLVMdev] MCStreamer itnerface
...e ability to give hints as 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 write...
2010 May 05
3
[LLVMdev] MCStreamer interface
...39;d start for COFF bringup. > 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 sym...
2010 May 05
0
[LLVMdev] MCStreamer interface
...ead 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 &g...