reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64AsmPrinter.cpp
  653 bool AArch64AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/ARM/ARMAsmPrinter.cpp
  436 bool ARMAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/AVR/AVRAsmPrinter.cpp
  136 bool AVRAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/BPF/BPFAsmPrinter.cpp
  119 bool BPFAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/Hexagon/HexagonAsmPrinter.cpp
  155 bool HexagonAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/MSP430/MSP430AsmPrinter.cpp
  139 bool MSP430AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/Mips/MipsAsmPrinter.cpp
  619 bool MipsAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 2194 bool NVPTXAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/PowerPC/PPCAsmPrinter.cpp
  299 bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
lib/Target/RISCV/RISCVAsmPrinter.cpp
  125 bool RISCVAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/Sparc/SparcAsmPrinter.cpp
  427 bool SparcAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/SystemZ/SystemZAsmPrinter.cpp
  693 bool SystemZAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  404 bool WebAssemblyAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,
lib/Target/X86/X86AsmPrinter.cpp
  524 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
lib/Target/XCore/XCoreAsmPrinter.cpp
  245 bool XCoreAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI,

Declarations

include/llvm/CodeGen/AsmPrinter.h
  621   virtual bool PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,

References

lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
  265           Error = AP->PrintAsmMemoryOperand(MI, OpNo, /*Modifier*/ nullptr, OS);
  444               Error = AP->PrintAsmMemoryOperand(
  626         PrintAsmMemoryOperand(MI, OpNo, nullptr, O);
lib/Target/RISCV/RISCVAsmPrinter.cpp
  140   return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS);
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  414   return AsmPrinter::PrintAsmMemoryOperand(MI, OpNo, ExtraCode, OS);