HomeSort by: relevance | last modified time | path
    Searched refs:WasForced (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 117 bool &WasForced) {
157 const bool WasForced) const;
MCAssembler.h 167 /// \param WasForced [out] On return, the value in the fixup is set to the
168 /// correct value if WasForced is true, even if evaluateFixup returns false.
174 uint64_t &Value, bool &WasForced) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 71 bool &WasForced) override;
94 const bool WasForced) const override;
RISCVAsmBackend.cpp 122 const bool WasForced) const {
125 // We use !WasForced to indicate that the symbol is unresolved and not forced
127 if (!Resolved && !WasForced)
325 bool &WasForced) {
376 WasForced = true;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmBackend.cpp 116 const bool WasForced) const {
MCAssembler.cpp 195 bool &WasForced) const {
207 WasForced = false;
226 Value, WasForced);
283 WasForced = true;
788 bool WasForced;
790 WasForced);
960 bool WasForced;
961 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced);
967 Layout, WasForced);
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 60 const bool WasForced) const override {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 575 const bool WasForced) const override {

Completed in 66 milliseconds