Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h260 bool isCFIIndex() const { return OpKind == MO_CFIIndex; } in isCFIIndex() function
452 assert(isCFIIndex() && "Wrong MachineOperand accessor"); in getCFIIndex()