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.cpp734 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
735 if (FixupDiagnostic) { in adjustFixupValue()
736 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
760 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
761 if (FixupDiagnostic) { in adjustFixupValue()
762 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
771 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
772 if (FixupDiagnostic) { in adjustFixupValue()
773 Ctx.reportError(Fixup.getLoc(), FixupDiagnostic); in adjustFixupValue()
877 const char *FixupDiagnostic = reasonForFixupRelaxation(Fixup, Value); in adjustFixupValue() local
[all …]