Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h448 unsigned getCFIIndex() const { in getCFIIndex() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp207 return getCFIIndex() == Other.getCFIIndex(); in isIdenticalTo()
253 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getCFIIndex()); in hash_value()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp730 unsigned CFIIndex = MI.getOperand(0).getCFIIndex(); in emitCFIInstruction()