HomeSort by relevance Sort by last modified time
    Searched defs:isSymbol (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 180 bool ResolveInfo::isSymbol() const
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 221 /// isSymbol - Tests if this is a MO_ExternalSymbol operand.
222 bool isSymbol() const { return OpKind == MO_ExternalSymbol; }
433 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&
440 assert(isSymbol() && "Wrong MachineOperand accessor");
481 assert((isGlobal() || isSymbol() || isCPI() || isBlockAddress()) &&

Completed in 114 milliseconds