Searched refs:LocCookie (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp58 unsigned LocCookie = 0; local
67 LocCookie = CI->getZExtValue();
70 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
160 AsmPrinter *AP, unsigned LocCookie,
247 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
259 unsigned LocCookie, raw_ostream &OS) {
419 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
459 unsigned LocCookie = 0; local
466 LocCookie = CI->getZExtValue();
483 AP, LocCookie, O
158 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
256 EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, int AsmPrinterVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
[all...]
/external/llvm/include/llvm/IR/
H A DLLVMContext.h68 unsigned LocCookie);
156 void emitError(unsigned LocCookie, const Twine &ErrorStr);
H A DDiagnosticInfo.h102 unsigned LocCookie; member in class:llvm::DiagnosticInfoInlineAsm
114 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
117 /// \p LocCookie if non-zero gives the line number for this report.
121 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
123 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie),
134 unsigned getLocCookie() const { return LocCookie; }
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp216 unsigned LocCookie) {
217 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
227 SourceLocation LocCookie);
289 SourceLocation LocCookie) {
318 if (LocCookie.isValid()) {
319 Diags.Report(LocCookie, DiagID).AddString(Message);
386 SourceLocation LocCookie = local
388 if (LocCookie.isValid())
389 Diags.Report(LocCookie, DiagID).AddString(Message);
215 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
288 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp97 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
102 LocCookie = CI->getZExtValue();
H A DLLVMContext.cpp188 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
189 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1878 unsigned LocCookie = 0; local
1885 LocCookie = CI->getZExtValue();
1893 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp228 static void ReportInlineAsmError(const llvm::SMDiagnostic &diagnostic, void *Context, unsigned LocCookie) argument

Completed in 2354 milliseconds