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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 41 if (isGOT() || isConstantPool() || isJumpTable())
47 if (isStack() || isGOT() || isConstantPool() || isJumpTable())
53 return !(isGOT() || isConstantPool() || isJumpTable());
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 65 bool isJumpTable() const { return Kind == JumpTable; }

Completed in 377 milliseconds