Searched refs:evaluateFixup (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 53 STATISTIC(evaluateFixup, "Number of evaluated fixups"); 169 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() function in MCAssembler 172 ++stats::evaluateFixup; in evaluateFixup() 625 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in handleFixup() 735 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value); in fixupNeedsRelaxation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 66 STATISTIC(evaluateFixup, "Number of evaluated fixups"); 198 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup() function in MCAssembler 202 ++stats::evaluateFixup; in evaluateFixup() 720 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 859 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 164 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAssembler.h | 170 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
|