Home
last modified time | relevance | path

Searched defs:Protect (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.cc73 kern_return_t ProtectedMemoryAllocator::Protect() { in Protect() function in ProtectedMemoryAllocator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp121 IO &IO, MemoryProtection &Protect) { in bitset()
/external/llvm-project/llvm/lib/ObjectYAML/
DMinidumpYAML.cpp121 IO &IO, MemoryProtection &Protect) { in bitset()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMinidump.h111 support::little_t<MemoryProtection> Protect; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h111 support::little_t<MemoryProtection> Protect; member
/external/lua/src/
Dlvm.c1089 #define Protect(exp) (savestate(L,ci), (exp), updatetrap(ci)) macro