Searched refs:ARMAsmPrinter (Results 1 – 5 of 5) sorted by relevance
38 MCOperand ARMAsmPrinter::GetSymbolRef(const MachineOperand &MO, in GetSymbolRef()88 bool ARMAsmPrinter::lowerOperand(const MachineOperand &MO, in lowerOperand()140 ARMAsmPrinter &AP) { in LowerARMMachineInstrToMCInst()184 void ARMAsmPrinter::EmitSled(const MachineInstr &MI, SledKind Kind) in EmitSled()232 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_ENTER(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_ENTER()237 void ARMAsmPrinter::LowerPATCHABLE_FUNCTION_EXIT(const MachineInstr &MI) in LowerPATCHABLE_FUNCTION_EXIT()242 void ARMAsmPrinter::LowerPATCHABLE_TAIL_CALL(const MachineInstr &MI) in LowerPATCHABLE_TAIL_CALL()
53 ARMAsmPrinter::ARMAsmPrinter(TargetMachine &TM, in ARMAsmPrinter() function in ARMAsmPrinter58 void ARMAsmPrinter::emitFunctionBodyEnd() { in emitFunctionBodyEnd()67 void ARMAsmPrinter::emitFunctionEntryLabel() { in emitFunctionEntryLabel()86 void ARMAsmPrinter::emitXXStructor(const DataLayout &DL, const Constant *CV) { in emitXXStructor()103 void ARMAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) { in emitGlobalVariable()113 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()194 void ARMAsmPrinter::PrintSymbolOperand(const MachineOperand &MO, in PrintSymbolOperand()215 void ARMAsmPrinter::printOperand(const MachineInstr *MI, int OpNum, in printOperand()266 MCSymbol *ARMAsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()277 MCSymbol *ARMAsmPrinter::[all …]
23 class ARMAsmPrinter; variable62 ARMAsmPrinter &AP);
1 //===-- ARMAsmPrinter.h - ARM implementation of AsmPrinter ------*- C++ -*-===//31 class LLVM_LIBRARY_VISIBILITY ARMAsmPrinter : public AsmPrinter {69 explicit ARMAsmPrinter(TargetMachine &TM,
1323 SRCS_MIN+= Target/ARM/ARMAsmPrinter.cpp