Searched defs:LocCookie (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
H A DLLVMContext.cpp96 unsigned LocCookie = 0; local
100 LocCookie = CI->getZExtValue();
102 return emitError(LocCookie, ErrorStr);
105 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
115 pImpl->InlineAsmDiagHandler(Diag, pImpl->InlineAsmDiagContext, LocCookie);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp55 unsigned LocCookie = 0; local
64 LocCookie = CI->getZExtValue();
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
183 unsigned LocCookie = 0; local
190 LocCookie = CI->getZExtValue();
372 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp181 unsigned LocCookie) {
182 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
187 SourceLocation LocCookie);
225 SourceLocation LocCookie) {
243 if (LocCookie.isValid()) {
244 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
180 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
224 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument

Completed in 74 milliseconds