Home | History | Annotate | Download | only in docs

Lines Matching full:assembler

150    current function, either in the target assembler format or in machine
619 MCStreamer is best thought of as an assembler API. It is an abstract API which
627 This API is most important for two clients: the llvm-mc stand-alone assembler is
637 MCObjectStreamer implements a full assembler.
644 streamer implement the assembler logic for it.
662 are two interesting kinds of symbols: assembler temporary symbols, and normal
663 symbols. Assembler temporary symbols are used and processed by the assembler
666 assembler temporary labels in MachO.
1545 "assembler API". MCStreamer has one method per directive, such as EmitLabel,
1578 implement an assembler for your target.
1625 Implementing a Native Assembler
1629 compiler backend, LLVM also fully supports building a native assembler.
1630 We've tried hard to automate the generation of the assembler from the .td files
1943 able to act as a native assembler and is required for inline assembly support in
1986 they just rely on having an external assembler to translate from a .s file to a