Searched defs:PPCDarwinAsmPrinter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp127 /// PPCDarwinAsmPrinter - PowerPC assembly printer, customized for Darwin/Mac
129 class PPCDarwinAsmPrinter : public PPCAsmPrinter { class in namespace:__anon12707
131 explicit PPCDarwinAsmPrinter(TargetMachine &TM, function in class:__anon12707::PPCDarwinAsmPrinter
1232 void PPCDarwinAsmPrinter::EmitStartOfAsmFile(Module &M) {
1312 void PPCDarwinAsmPrinter::
1456 bool PPCDarwinAsmPrinter::doFinalization(Module &M) {
1556 return new PPCDarwinAsmPrinter(tm, std::move(Streamer));

Completed in 53 milliseconds