search for: endsymbol

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

Did you mean: findsymbol
2010 May 04
2
[LLVMdev] MCStreamer itnerface
...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 some state data emit assemble as emission ca...
2010 May 05
3
[LLVMdev] MCStreamer interface
...nd 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. Why do you need this? This concept doesn't exis...
2010 May 05
0
[LLVMdev] MCStreamer interface
...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. > > Why do you nee...