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

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContext.cpp86 unsigned LocCookie = 0; local
90 LocCookie = CI->getZExtValue();
92 return emitError(LocCookie, ErrorStr);
95 void LLVMContext::emitError(unsigned LocCookie, StringRef ErrorStr) { argument
105 pImpl->InlineAsmDiagHandler(Diag, pImpl->InlineAsmDiagContext, LocCookie);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp55 unsigned LocCookie = 0; local
64 LocCookie = CI->getZExtValue();
67 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
178 unsigned LocCookie = 0; local
185 LocCookie = CI->getZExtValue();
354 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
/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/llvm/lib/IR/
H A DLLVMContext.cpp273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
274 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp211 unsigned LocCookie) {
212 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
229 SourceLocation LocCookie);
298 SourceLocation LocCookie) {
327 if (LocCookie.isValid()) {
328 Diags.Report(LocCookie, DiagID).AddString(Message);
394 SourceLocation LocCookie = local
396 if (LocCookie.isValid())
397 Diags.Report(LocCookie, DiagID).AddString(Message);
764 unsigned LocCookie) {
210 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
297 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument
762 BitcodeInlineAsmDiagHandler(const llvm::SMDiagnostic &SM, void *Context, unsigned LocCookie) argument
[all...]
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h118 unsigned LocCookie; member in class:llvm::DiagnosticInfoInlineAsm
130 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
133 /// \p LocCookie if non-zero gives the line number for this report.
137 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
139 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie),
150 unsigned getLocCookie() const { return LocCookie; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp1760 unsigned LocCookie = 0; local
1767 LocCookie = CI->getZExtValue();
1775 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);

Completed in 206 milliseconds