Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h451 unsigned getCFIIndex() const { in getCFIIndex() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp256 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
302 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
DMIRPrinter.cpp865 print(MMI.getFrameInstructions()[Op.getCFIIndex()], TRI); in print()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp824 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()