Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp161 void printStackObjectReference(int FrameIndex);
503 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects()
509 .printStackObjectReference(MFI.getFunctionContextIndex()); in convertStackObjects()
906 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() function in MIPrinter
911 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference()
965 printStackObjectReference(Op.getIndex()); in print()
H A DMachineOperand.cpp566 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex()
634 void MachineOperand::printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function in MachineOperand
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h273 static void printStackObjectReference(raw_ostream &OS, unsigned FrameIndex,
H A DMIRYamlMapping.h430 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");