Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DMemory.inc22 static DWORD getWindowsProtectionFlags(unsigned Flags) {
132 DWORD Protect = getWindowsProtectionFlags(Flags);
175 DWORD Protect = getWindowsProtectionFlags(Flags);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp25 static DWORD getWindowsProtectionFlags(unsigned Flags) { in getWindowsProtectionFlags() function
153 getWindowsProtectionFlags(fromWireProtectionFlags(Segment.Prot)); in initialize()