HomeSort by: relevance | last modified time | path
    Searched defs:Cookie (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp 60 void *Cookie;
75 (*RunMe.Callback)(RunMe.Cookie);
77 RunMe.Cookie = nullptr;
84 void *Cookie) {
92 SetMe.Cookie = Cookie;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp 97 Constant *Cookie = nullptr;
135 Cookie = nullptr;
328 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
329 Value *Val = Builder.CreateLoad(Int32Ty, Cookie, "cookie");
334 // If using _except_handler4, the EHGuard contains: FramePtr xor Cookie.
336 Value *Val = Builder.CreateLoad(Int32Ty, Cookie);
476 OptionalArgs.push_back(Cookie);

Completed in 18 milliseconds