Searched refs:FixupDiagnostic (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 572 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 573 if (FixupDiagnostic) { in adjustFixupValue() 574 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 590 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 591 if (FixupDiagnostic) { in adjustFixupValue() 592 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 600 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 601 if (FixupDiagnostic) { in adjustFixupValue() 602 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 613 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 614 if (FixupDiagnostic) { in adjustFixupValue() 615 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 639 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 640 if (FixupDiagnostic) { in adjustFixupValue() 641 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue() 650 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local 651 if (FixupDiagnostic) { in adjustFixupValue() 652 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
|