Home
last modified time | relevance | path

Searched refs:PPCLinuxAsmPrinter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp219 class PPCLinuxAsmPrinter : public PPCAsmPrinter { class
221 explicit PPCLinuxAsmPrinter(TargetMachine &TM, in PPCLinuxAsmPrinter() function in __anon7ffd0f7d0111::PPCLinuxAsmPrinter
1772 void PPCLinuxAsmPrinter::emitGNUAttributes(Module &M) { in emitGNUAttributes()
1794 void PPCLinuxAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
1935 void PPCLinuxAsmPrinter::emitStartOfAsmFile(Module &M) { in emitStartOfAsmFile()
1969 void PPCLinuxAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
2042 void PPCLinuxAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
2084 void PPCLinuxAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
2215 void PPCLinuxAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
3306 return new PPCLinuxAsmPrinter(tm, std::move(Streamer)); in createPPCAsmPrinterPass()