HomeSort by relevance Sort by last modified time
    Searched defs:LocCookie (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
LLVMContext.cpp 96 unsigned LocCookie = 0;
100 LocCookie = CI->getZExtValue();
102 return emitError(LocCookie, ErrorStr);
105 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
115 pImpl->InlineAsmDiagHandler(Diag, pImpl->InlineAsmDiagContext, LocCookie);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 55 unsigned LocCookie = 0;
64 LocCookie = CI->getZExtValue();
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
183 unsigned LocCookie = 0;
190 LocCookie = CI->getZExtValue();
372 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());

Completed in 1490 milliseconds