Lines Matching full:assembler
102 <li><a href="#nativeassembler">Implementing a Native Assembler</a></li>
278 assembler format or in machine code.</li>
790 MCStreamer is best thought of as an assembler API. It is an abstract API which
800 This API is most important for two clients: the llvm-mc stand-alone assembler is
811 MCObjectStreamer implements a full assembler.
840 are two interesting kinds of symbols: assembler temporary symbols, and normal
841 symbols. Assembler temporary symbols are used and processed by the assembler
844 assembler temporary labels in MachO.
1958 an "assembler API". MCStreamer has one method per directive, such as EmitLabel,
1996 to implement an assembler for your target.</p>
2004 <a name="nativeassembler">Implementing a Native Assembler</a>
2012 We've tried hard to automate the generation of the assembler from the .td files
2363 to be able to act as a native assembler and is required for inline assembly
2410 files, they just rely on having an external assembler to translate from a .s