Searched refs:Protector (Results 1 – 5 of 5) sorted by relevance
320 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in controlPatching() local321 if (Protector.MakeWriteable() == -1) { in controlPatching()387 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in mprotectAndPatchFunction() local388 if (Protector.MakeWriteable() == -1) { in mprotectAndPatchFunction()
103 ; CHECK-BAD-OFFSET: LLVM ERROR: Unable to encode Stack Protector Guard Offset
598 // Stack Protector Fail
585 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
23797 Protector in FastISel.