Lines Matching refs:PPCAIXAsmPrinter
241 class PPCAIXAsmPrinter : public PPCAsmPrinter { class
267 PPCAIXAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in PPCAIXAsmPrinter() function in __anon7ffd0f7d0111::PPCAIXAsmPrinter
2229 void PPCAIXAsmPrinter::emitLinkage(const GlobalValue *GV, in emitLinkage()
2295 void PPCAIXAsmPrinter::SetupMachineFunction(MachineFunction &MF) { in SetupMachineFunction()
2307 uint16_t PPCAIXAsmPrinter::getNumberOfVRSaved() { in getNumberOfVRSaved()
2323 void PPCAIXAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
2357 void PPCAIXAsmPrinter::emitTracebackTable() { in emitTracebackTable()
2727 uint64_t PPCAIXAsmPrinter::getAliasOffset(const Constant *C) { in getAliasOffset()
2766 void PPCAIXAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
2783 void PPCAIXAsmPrinter::emitGlobalVariableHelper(const GlobalVariable *GV) { in emitGlobalVariableHelper()
2876 void PPCAIXAsmPrinter::emitFunctionDescriptor() { in emitFunctionDescriptor()
2904 void PPCAIXAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
2916 void PPCAIXAsmPrinter::emitPGORefs(Module &M) { in emitPGORefs()
2965 void PPCAIXAsmPrinter::emitEndOfAsmFile(Module &M) { in emitEndOfAsmFile()
3019 bool PPCAIXAsmPrinter::doInitialization(Module &M) { in doInitialization()
3124 void PPCAIXAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
3200 bool PPCAIXAsmPrinter::doFinalization(Module &M) { in doFinalization()
3253 void PPCAIXAsmPrinter::emitXXStructorList(const DataLayout &DL, in emitXXStructorList()
3275 void PPCAIXAsmPrinter::emitTTypeReference(const GlobalValue *GV, in emitTTypeReference()
3304 return new PPCAIXAsmPrinter(tm, std::move(Streamer)); in createPPCAsmPrinterPass()
3309 void PPCAIXAsmPrinter::emitModuleCommandLines(Module &M) { in emitModuleCommandLines()