Lines Matching refs:AsmPrinter
44 unsigned AsmPrinter::addInlineAsmDiagBuffer(StringRef AsmStr, in addInlineAsmDiagBuffer()
70 void AsmPrinter::emitInlineAsm(StringRef Str, const MCSubtargetInfo &STI, in emitInlineAsm()
134 AsmPrinter *AP, uint64_t LocCookie, in EmitInlineAsmStr()
330 void AsmPrinter::emitInlineAsm(const MachineInstr *MI) const { in emitInlineAsm()
376 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in emitInlineAsm()
430 void AsmPrinter::PrintSpecial(const MachineInstr *MI, raw_ostream &OS, in PrintSpecial()
457 void AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, raw_ostream &OS) { in PrintSymbolOperand()
467 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
509 bool AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
515 void AsmPrinter::emitInlineAsmStart() const {} in emitInlineAsmStart()
517 void AsmPrinter::emitInlineAsmEnd(const MCSubtargetInfo &StartInfo, in emitInlineAsmEnd()