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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 184 bool HasPatchPoint = false;
326 bool hasPatchPoint() const { return HasPatchPoint; }
327 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 221 bool HasPatchPoint = false;
363 bool hasPatchPoint() const { return HasPatchPoint; }
364 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }

Completed in 240 milliseconds