Home
last modified time | relevance | path

Searched defs:Printer (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h29 AsmPrinter &Printer; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h30 AsmPrinter &Printer; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h32 AsmPrinter &Printer; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp28 class Printer : public FunctionPass { class
33 explicit Printer(raw_ostream &OS) : FunctionPass(ID), OS(OS) {} in Printer() function in __anon9caeadd20111::Printer
H A DLLVMTargetMachine.cpp224 FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer); in addPassesToEmitFile() local
271 FunctionPass *Printer = getTarget().createAsmPrinter(*this, *AsmStreamer); in addPassesToEmitMC() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp28 HexagonAsmPrinter& Printer) { in GetSymbolRef()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCInst.cpp52 const MCInstPrinter *Printer, in dump_pretty()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dformat-strings.cpp105 class Printer { class
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp115 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp68 PrintMatch Printer(SuppressUnwrittenScope); in PrintedNamedDeclMatches() local
H A DStmtPrinterTest.cpp73 PrintMatch Printer; in PrintedStmtMatches() local
H A DDeclPrinterTest.cpp74 PrintMatch Printer; in PrintedDeclMatches() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp101 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation); in print() local
178 DeclPrinter Printer(llvm::errs(), Ctx.getPrintingPolicy(), 0); in dumpDeclContext() local
H A DStmtPrinter.cpp807 OMPClausePrinter Printer(OS, Policy); in PrintOMPExecutableDirective() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp342 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst, in SimplifyShortMoveForm()