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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDiagnostic.h 23 /// \c DiagnosticsEngine::SetArgToStringFn(), where the cookie is an \c
32 void *Cookie,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Signals.h 63 /// process. The handler can have a cookie passed to it to identify what
65 void AddSignalHandler(SignalHandlerCallback FnPtr, void *Cookie);
  /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;
Debug.cpp 121 static void debug_user_sig_handler(void *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);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 511 void *Cookie,
879 void SetArgToStringFn(ArgToStringFnTy Fn, void *Cookie) {
881 ArgToStringCookie = Cookie;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 330 void *Cookie,
332 ASTContext &Context = *static_cast<ASTContext*>(Cookie);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 80 void *Cookie,

Completed in 59 milliseconds