Home
last modified time | relevance | path

Searched defs:FileMappingHandle (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp124 struct FileMappingHandle { struct
125 typedef HANDLE handle_type;
127 static handle_type GetInvalidHandle() { in GetInvalidHandle()
131 static void Destruct(handle_type Handle) { in Destruct()
135 static bool isValid(handle_type Handle) { in isValid()