Lines Matching full:printer
60 * :doc:`WritingAnLLVMPass` --- The assembly printer is a ``FunctionPass``, as
69 assembly printer. "Using As" contains a list of target machine dependent
108 * Write code for an assembly printer that converts LLVM IR to a GAS format for
304 JIT code generator does not require the use of the assembler printer, for
305 example. Here is an example of registering the Sparc assembly printer:
739 automatic assembly printer is used.
781 The fifth parameter is a string that is used by the assembly printer and can be
782 left as an empty string until the assembly printer interface is implemented.
1552 Assembly Printer
1557 printer that converts LLVM IR to a GAS-format assembly language for your target
1592 The X86 assembly printer implementation (``X86TargetAsmInfo``) is an example
1657 called to shut down the assembly printer. During ``doFinalization``, global