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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  968   unsigned CFIIndex = MI.getOperand(0).getCFIIndex();
lib/CodeGen/CFIInstrInserter.cpp
  168       unsigned CFIIndex = MI.getOperand(0).getCFIIndex();
lib/CodeGen/MachineOperand.cpp
  329     return getCFIIndex() == Other.getCFIIndex();
  329     return getCFIIndex() == Other.getCFIIndex();
  381     return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex());
  920       printCFI(OS, MF->getFrameInstructions()[getCFIIndex()], TRI);
lib/CodeGen/TailDuplicator.cpp
  378       MI->getOperand(0).getCFIIndex());
unittests/CodeGen/MachineOperandTest.cpp
  346   ASSERT_TRUE(MO.getCFIIndex() == 8);