Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_interface.cpp317 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in controlPatching() local
318 if (Protector.MakeWriteable() == -1) { in controlPatching()
384 MProtectHelper Protector(PageAlignedAddr, MProtectLen, PageSize); in mprotectAndPatchFunction() local
385 if (Protector.MakeWriteable() == -1) { in mprotectAndPatchFunction()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java40 private final Protector protector;
48 protector = new Protector(maxProtectedFrameBytes, crypter); in AltsTsiFrameProtector()
98 static final class Protector { class in AltsTsiFrameProtector
103 Protector(int maxProtectedFrameBytes, ChannelCrypterNetty crypter) { in Protector() method in AltsTsiFrameProtector.Protector
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def542 // Stack Protector Fail
DIntrinsics.td481 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def578 // Stack Protector Fail
DIntrinsics.td539 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
/external/llvm/include/llvm/IR/
DIntrinsics.td338 // Stack Protector Intrinsic - The stackprotector intrinsic writes the stack
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dwords.shakespeare.txt.gz
/external/llvm/docs/
DLangRef.rst12150 Protector in FastISel.
/external/llvm-project/llvm/docs/
DLangRef.rst19765 Protector in FastISel.