Home
last modified time | relevance | path

Searched refs:updateOutputValues (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h199 void updateOutputValues(const MCAsmLayout &Layout);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp628 void BinaryBasicBlock::updateOutputValues(const MCAsmLayout &Layout) { in updateOutputValues() function in llvm::bolt::BinaryBasicBlock
H A DBinaryFunction.cpp4037 void BinaryFunction::updateOutputValues(const MCAsmLayout &Layout) { in updateOutputValues() function in llvm::bolt::BinaryFunction
4118 BB->updateOutputValues(Layout); in updateOutputValues()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h821 void updateOutputValues(const MCAsmLayout &Layout);
H A DBinaryFunction.h1205 void updateOutputValues(const MCAsmLayout &Layout);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3162 updateOutputValues(FinalLayout); in emitAndLink()
3866 void RewriteInstance::updateOutputValues(const MCAsmLayout &Layout) { in updateOutputValues() function in RewriteInstance
3868 Function->updateOutputValues(Layout); in updateOutputValues()