HomeSort by relevance Sort by last modified time
    Searched defs:LocCookie (Results 1 - 3 of 3) 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);
181 unsigned LocCookie = 0;
188 LocCookie = CI->getZExtValue();
361 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]

Completed in 91 milliseconds