Home
last modified time | relevance | path

Searched refs:HasPatchPoint (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h159 bool HasPatchPoint; variable
259 HasPatchPoint = false; in MachineFrameInfo()
317 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
318 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }