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

/external/llvm/lib/IR/
H A DLLVMContext.cpp106 unsigned LocCookie = 0; local
110 LocCookie = CI->getZExtValue();
112 return emitError(LocCookie, ErrorStr);
115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
125 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);
142 AsmPrinter *AP, unsigned LocCookie,
229 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
241 unsigned LocCookie, raw_ostream &OS) {
401 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
448 unsigned LocCookie = 0; local
455 LocCookie = CI->getZExtValue();
472 AP, LocCookie, O
140 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int InlineAsmVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
238 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.cpp200 unsigned LocCookie) {
201 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
206 SourceLocation LocCookie);
244 SourceLocation LocCookie) {
262 if (LocCookie.isValid()) {
263 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
199 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
243 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1826 unsigned LocCookie = 0; local
1833 LocCookie = CI->getZExtValue();
1841 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);

Completed in 125 milliseconds