Home
last modified time | relevance | path

Searched refs:FixupDiagnostic (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp711 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
712 if (FixupDiagnostic) { in adjustFixupValue()
713 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
737 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
738 if (FixupDiagnostic) { in adjustFixupValue()
739 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
748 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
749 if (FixupDiagnostic) { in adjustFixupValue()
750 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
854 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
[all …]