Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc22 static DWORD getWindowsProtectionFlags(unsigned Flags) {
130 DWORD Protect = getWindowsProtectionFlags(Flags);
173 DWORD Protect = getWindowsProtectionFlags(Flags);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp33 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags() function
171 DWORD NativeProt = getWindowsProtectionFlags(Segment.RAG.Prot); in initialize()