Searched refs:evaluateFixup (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 66 STATISTIC(evaluateFixup, "Number of evaluated fixups"); 191 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() function in MCAssembler 195 ++stats::evaluateFixup; in evaluateFixup() 730 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 881 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 172 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
|