Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp144 struct MappedViewOfFileHandle { struct
145 typedef LPVOID handle_type;
147 static handle_type GetInvalidHandle() { in GetInvalidHandle()
151 static void Destruct(handle_type Handle) { in Destruct()
155 static bool isValid(handle_type Handle) { in isValid()