Searched refs:GSCookieOffset (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp993 // int32_t GSCookieOffset;
1003 // GSCookieOffset = -2 means that GS cookie is not used.
1011 int GSCookieOffset = -2; local
1017 GSCookieOffset = TFI->getFrameIndexReference(*MF, SSPIdx, UnusedReg);
1030 AddComment("GSCookieOffset");
1031 OS.EmitIntValue(GSCookieOffset, 4);

Completed in 52 milliseconds