Searched defs:isSymbol (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h221 /// isSymbol - Tests if this is a MO_ExternalSymbol operand.
222 bool isSymbol() const { return OpKind == MO_ExternalSymbol; } function in class:llvm::MachineOperand
433 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
440 assert(isSymbol() && "Wrong MachineOperand accessor");
481 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&

Completed in 17 milliseconds