Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h53 bool &WasForced) override;
75 const bool WasForced) const override;
H A DRISCVAsmBackend.cpp143 const MCRelaxableFragment *DF, const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
154 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
524 uint64_t &Value, bool &WasForced) { in evaluateTargetFixup() argument
572 WasForced = true; in evaluateTargetFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h120 bool &WasForced) { in evaluateTargetFixup() argument
164 const bool WasForced) const;
H A DMCAssembler.h105 uint64_t &Value, bool &WasForced) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp147 uint64_t &Value, bool &WasForced) const { in evaluateFixup()
159 WasForced = false; in evaluateFixup()
178 Value, WasForced); in evaluateFixup()
236 WasForced = true; in evaluateFixup()
897 bool WasForced; in handleFixup() local
899 evaluateFixup(Fixup, &F, Target, STI, FixedValue, WasForced); in handleFixup()
1059 bool WasForced; in fixupNeedsRelaxation() local
1061 Value, WasForced); in fixupNeedsRelaxation()
1067 Value, DF, WasForced); in fixupNeedsRelaxation()
H A DMCAsmBackend.cpp124 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h49 const bool WasForced) const override;
H A DCSKYAsmBackend.cpp177 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
182 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp54 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp574 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()