Home
last modified time | relevance | path

Searched refs:getFunctionEndLabel (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp69 assert((TargetA || LabelA == FunctionA.getFunctionEndLabel()) && in equalJumpTables()
71 assert((TargetB || LabelB == FunctionB.getFunctionEndLabel()) && in equalJumpTables()
H A DIndirectCallPromotion.cpp259 Entry == BF.getFunctionEndLabel() || in getCallTargets()
261 if (Entry == BF.getFunctionEndLabel() || in getCallTargets()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp104 Valid &= (Sym == Function->getFunctionEndLabel() || in validateSuccessorInvariants()
368 assert(Label == getFunction()->getFunctionEndLabel() && in updateJumpTableSuccessors()
H A DExceptions.cpp391 Sites->emplace_back(CallSite{StartRange, getFunctionEndLabel(), in updateEHRanges()
474 IsStartInCold ? getFunctionColdEndLabel() : getFunctionEndLabel(); in updateEHRanges()
H A DBinaryEmitter.cpp372 : Function.getFunctionEndLabel(); in emitFunction()
H A DBinaryFunction.cpp944 return getFunctionEndLabel(); in getOrCreateLocalLabel()
4051 const uint64_t EndOffset = Layout.getSymbolOffset(*getFunctionEndLabel()); in updateOutputValues()
4078 setOutputSize(Layout.getSymbolOffset(*getFunctionEndLabel())); in updateOutputValues()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1149 MCSymbol *getFunctionEndLabel() const { in getFunctionEndLabel() function