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

/external/llvm/lib/IR/
H A DLLVMContext.cpp274 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
275 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h115 unsigned LocCookie; member in class:llvm::DiagnosticInfoInlineAsm
127 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
130 /// \p LocCookie if non-zero gives the line number for this report.
134 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
136 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie),
147 unsigned getLocCookie() const { return LocCookie; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp60 unsigned LocCookie = 0; local
69 LocCookie = CI->getZExtValue();
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
158 AsmPrinter *AP, unsigned LocCookie,
245 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
257 unsigned LocCookie, raw_ostream &OS) {
418 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
458 unsigned LocCookie = 0; local
466 LocCookie = CI->getZExtValue();
483 AP, LocCookie, O
156 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
254 EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, int AsmPrinterVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp233 unsigned LocCookie) {
234 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
244 SourceLocation LocCookie);
311 SourceLocation LocCookie) {
340 if (LocCookie.isValid()) {
341 Diags.Report(LocCookie, DiagID).AddString(Message);
407 SourceLocation LocCookie = local
409 if (LocCookie.isValid())
410 Diags.Report(LocCookie, DiagID).AddString(Message);
732 unsigned LocCookie) {
232 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
310 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument
730 BitcodeInlineAsmDiagHandler(const llvm::SMDiagnostic &SM, void *Context, unsigned LocCookie) argument
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp2007 unsigned LocCookie = 0; local
2015 LocCookie = CI->getZExtValue();
2023 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);

Completed in 135 milliseconds