Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp320 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in controlPatching() local
321 if (Protector.MakeWriteable() == -1) { in controlPatching()
387 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in mprotectAndPatchFunction() local
388 if (Protector.MakeWriteable() == -1) { in mprotectAndPatchFunction()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstack-guard-sysreg.ll103 ; CHECK-BAD-OFFSET: LLVM ERROR: Unable to encode Stack Protector Guard Offset
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def598 // Stack Protector Fail
H A DIntrinsics.td585 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst23797 Protector in FastISel.