Lines Matching defs:LocCookie
55 unsigned LocCookie = 0;
64 LocCookie = CI->getZExtValue();
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
142 AsmPrinter *AP, unsigned LocCookie,
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
241 unsigned LocCookie, raw_ostream &OS) {
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
448 unsigned LocCookie = 0;
455 LocCookie = CI->getZExtValue();
472 AP, LocCookie, OS);
474 EmitMSInlineAsmStr(AsmStr, MI, MMI, InlineAsmVariant, AP, LocCookie, OS);