Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DMemory.inc22 static DWORD getWindowsProtectionFlags(unsigned Flags) {
130 DWORD Protect = getWindowsProtectionFlags(Flags);
173 DWORD Protect = getWindowsProtectionFlags(Flags);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp29 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags() function
148 getWindowsProtectionFlags(Segment.AG.getMemProt()); in initialize()