Home
last modified time | relevance | path

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

/freebsd/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);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp29 static DWORD getWindowsProtectionFlags(MemProt MP) { in getWindowsProtectionFlags() function
147 DWORD NativeProt = getWindowsProtectionFlags(Segment.RAG.Prot); in initialize()