HomeSort by relevance Sort by last modified time
    Searched refs:isGOT (Results 1 - 3 of 3) 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());
MachineLICM.cpp 854 if (PSV->isGOT() || PSV->isConstantPool())
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 63 bool isGOT() const { return Kind == GOT; }

Completed in 717 milliseconds