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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 67 STATISTIC(evaluateFixup, "Number of evaluated fixups");
192 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout,
196 ++stats::evaluateFixup;
789 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue,
961 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h 168 /// correct value if WasForced is true, even if evaluateFixup returns false.
172 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,

Completed in 18 milliseconds