Home
last modified time | relevance | path

Searched refs:printStackObjectReference (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp156 void printStackObjectReference(int FrameIndex);
481 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
487 .printStackObjectReference(MFI.getFunctionContextIndex()); in convertStackObjects()
853 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() function in MIPrinter
858 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference()
911 printStackObjectReference(Op.getIndex()); in print()
H A DMachineOperand.cpp516 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex()
584 void MachineOperand::printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function in MachineOperand
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h264 static void printStackObjectReference(raw_ostream &OS, unsigned FrameIndex,
H A DMIRYamlMapping.h403 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");