Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h54 bool &WasForced) override;
77 const bool WasForced) const override;
H A DRISCVAsmBackend.cpp145 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
150 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
481 bool &WasForced) { in evaluateTargetFixup() argument
532 WasForced = true; in evaluateTargetFixup()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmBackend.h123 bool &WasForced) { in evaluateTargetFixup() argument
159 const bool WasForced) const;
H A DMCAssembler.h188 uint64_t &Value, bool &WasForced) const;
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAssembler.cpp199 bool &WasForced) const { in evaluateFixup()
211 WasForced = false; in evaluateFixup()
230 Value, WasForced); in evaluateFixup()
287 WasForced = true; in evaluateFixup()
797 bool WasForced; in handleFixup() local
799 WasForced); in handleFixup()
950 bool WasForced; in fixupNeedsRelaxation() local
951 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation()
957 Layout, WasForced); in fixupNeedsRelaxation()
H A DMCAsmBackend.cpp113 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h50 const bool WasForced) const override;
H A DCSKYAsmBackend.cpp178 const bool WasForced) const { in fixupNeedsRelaxationAdvanced()
183 if (!Resolved && !WasForced) in fixupNeedsRelaxationAdvanced()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp60 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp576 const bool WasForced) const override { in fixupNeedsRelaxationAdvanced()