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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp57 unsigned LocCookie = 0; local
66 LocCookie = CI->getZExtValue();
69 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
173 unsigned LocCookie, raw_ostream &OS) {
303 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
314 AsmPrinter *AP, unsigned LocCookie,
482 MMI->getModule()->getContext().emitError(LocCookie, Msg.str());
522 unsigned LocCookie = 0; local
530 LocCookie = CI->getZExtValue();
545 EmitGCCInlineAsmStr(AsmStr, MI, MMI, AsmPrinterVariant, AP, LocCookie, O
171 EmitMSInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
312 EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, MachineModuleInfo *MMI, int AsmPrinterVariant, AsmPrinter *AP, unsigned LocCookie, raw_ostream &OS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h156 unsigned LocCookie);
302 void emitError(unsigned LocCookie, const Twine &ErrorStr);
H A DDiagnosticInfo.h132 unsigned LocCookie = 0; member in class:llvm::DiagnosticInfoInlineAsm
146 /// \p LocCookie if non-zero gives the line number for this report.
150 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
152 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(LocCookie),
163 unsigned getLocCookie() const { return LocCookie; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp375 unsigned LocCookie) {
376 SourceLocation Loc = SourceLocation::getFromRawEncoding(LocCookie);
388 SourceLocation LocCookie);
461 SourceLocation LocCookie) {
492 if (LocCookie.isValid()) {
493 Diags.Report(LocCookie, DiagID).AddString(Message);
559 SourceLocation LocCookie = local
561 if (LocCookie.isValid())
562 Diags.Report(LocCookie, DiagID).AddString(Message);
1021 unsigned LocCookie) {
374 InlineAsmDiagHandler(const llvm::SMDiagnostic &SM,void *Context, unsigned LocCookie) argument
460 InlineAsmDiagHandler2(const llvm::SMDiagnostic &D, SourceLocation LocCookie) argument
1019 BitcodeInlineAsmDiagHandler(const llvm::SMDiagnostic &SM, void *Context, unsigned LocCookie) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp260 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { argument
261 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr));
H A DDiagnosticInfo.cpp61 LocCookie = CI->getZExtValue();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp278 unsigned LocCookie) {
285 // For testing purposes, we print the LocCookie here.
286 if (LocCookie)
287 WithColor::note() << "!srcloc = " << LocCookie << "\n";
277 InlineAsmDiagHandler(const SMDiagnostic &SMD, void *Context, unsigned LocCookie) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2029 unsigned LocCookie = 0;
2037 LocCookie = CI->getZExtValue();
2045 return MF->getMMI().getModule()->getContext().emitError(LocCookie, Msg);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp204 void *Context, unsigned LocCookie) {
203 ReportInlineAsmError(const llvm::SMDiagnostic &diagnostic, void *Context, unsigned LocCookie) argument

Completed in 197 milliseconds