Searched refs:EvaluateFixup (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAssembler.cpp | 36 STATISTIC(EvaluateFixup, "Number of evaluated fixups"); 240 bool MCAssembler::EvaluateFixup(const MCAsmLayout &Layout, in EvaluateFixup() function in MCAssembler 243 ++stats::EvaluateFixup; in EvaluateFixup() 555 if (!EvaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in HandleFixup() 657 if (!EvaluateFixup(Layout, Fixup, DF, Target, Value)) in FixupNeedsRelaxation()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 714 bool EvaluateFixup(const MCAsmLayout &Layout,
|