Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp128 struct FileMappingHandle { struct
129 typedef HANDLE handle_type;
131 static handle_type GetInvalidHandle() { in GetInvalidHandle()
135 static void Destruct(handle_type Handle) { in Destruct()
139 static bool isValid(handle_type Handle) { in isValid()