Lines Matching refs:AsmPrinter
45 unsigned AsmPrinter::addInlineAsmDiagBuffer(StringRef AsmStr, in addInlineAsmDiagBuffer()
71 void AsmPrinter::emitInlineAsm(StringRef Str, const MCSubtargetInfo &STI, in emitInlineAsm()
136 AsmPrinter *AP, uint64_t LocCookie, in EmitInlineAsmStr()
332 void AsmPrinter::emitInlineAsm(const MachineInstr *MI) const { in emitInlineAsm()
370 AsmPrinter *AP = const_cast<AsmPrinter*>(this); in emitInlineAsm()
432 void AsmPrinter::PrintSpecial(const MachineInstr *MI, raw_ostream &OS, in PrintSpecial()
459 void AsmPrinter::PrintSymbolOperand(const MachineOperand &MO, raw_ostream &OS) { in PrintSymbolOperand()
469 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
511 bool AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmMemoryOperand()
517 void AsmPrinter::emitInlineAsmStart() const {} in emitInlineAsmStart()
519 void AsmPrinter::emitInlineAsmEnd(const MCSubtargetInfo &StartInfo, in emitInlineAsmEnd()