Lines Matching refs:XCoreAsmPrinter
52 class XCoreAsmPrinter : public AsmPrinter { class
57 explicit XCoreAsmPrinter(TargetMachine &TM, in XCoreAsmPrinter() function in __anonede520ac0111::XCoreAsmPrinter
84 XCoreTargetStreamer &XCoreAsmPrinter::getTargetStreamer() { in getTargetStreamer()
88 void XCoreAsmPrinter::emitArrayBound(MCSymbol *Sym, const GlobalVariable *GV) { in emitArrayBound()
107 void XCoreAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()
167 void XCoreAsmPrinter::emitFunctionBodyStart() { in emitFunctionBodyStart()
173 void XCoreAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()
178 void XCoreAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()
184 void XCoreAsmPrinter::
201 void XCoreAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
232 bool XCoreAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
244 bool XCoreAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
258 void XCoreAsmPrinter::emitInstruction(const MachineInstr *MI) { in emitInstruction()
298 RegisterAsmPrinter<XCoreAsmPrinter> X(getTheXCoreTarget()); in LLVMInitializeXCoreAsmPrinter()