Home
last modified time | relevance | path

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

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp129 struct FileMappingHandle { struct
130 typedef HANDLE handle_type;
132 static handle_type GetInvalidHandle() { in GetInvalidHandle()
136 static void Destruct(handle_type Handle) { in Destruct()
140 static bool isValid(handle_type Handle) { in isValid()