Searched refs:printStackObjectReference (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 156 void printStackObjectReference(int FrameIndex); 482 .printStackObjectReference(MFI.getStackProtectorIndex()); in convertStackObjects() 488 .printStackObjectReference(MFI.getFunctionContextIndex()); in convertStackObjects() 867 void MIPrinter::printStackObjectReference(int FrameIndex) { in printStackObjectReference() function in MIPrinter 872 MachineOperand::printStackObjectReference(OS, Operand.ID, Operand.IsFixed, in printStackObjectReference() 926 printStackObjectReference(Op.getIndex()); in print()
|
H A D | MachineOperand.cpp | 548 MachineOperand::printStackObjectReference(OS, FrameIndex, IsFixed, Name); in printFrameIndex() 616 void MachineOperand::printStackObjectReference(raw_ostream &OS, in printStackObjectReference() function in MachineOperand
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 270 static void printStackObjectReference(raw_ostream &OS, unsigned FrameIndex,
|
H A D | MIRYamlMapping.h | 404 MachineOperand::printStackObjectReference(OS, FI.FI, FI.IsFixed, "");
|