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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h51 MO_GlobalAddress, ///< Address of a global value enumerator in enum:llvm::MachineOperand::MachineOperandType
171 const GlobalValue *GV; // For MO_GlobalAddress.
239 /// isGlobal - Tests if this is a MO_GlobalAddress operand.
240 bool isGlobal() const { return OpKind == MO_GlobalAddress; }
617 MachineOperand Op(MachineOperand::MO_GlobalAddress);

Completed in 51 milliseconds