Searched refs:getFunctionEndLabel (Results 1 – 7 of 7) sorted by relevance
69 assert((TargetA || LabelA == FunctionA.getFunctionEndLabel()) && in equalJumpTables()71 assert((TargetB || LabelB == FunctionB.getFunctionEndLabel()) && in equalJumpTables()
259 Entry == BF.getFunctionEndLabel() || in getCallTargets()261 if (Entry == BF.getFunctionEndLabel() || in getCallTargets()
104 Valid &= (Sym == Function->getFunctionEndLabel() || in validateSuccessorInvariants()368 assert(Label == getFunction()->getFunctionEndLabel() && in updateJumpTableSuccessors()
391 Sites->emplace_back(CallSite{StartRange, getFunctionEndLabel(), in updateEHRanges()474 IsStartInCold ? getFunctionColdEndLabel() : getFunctionEndLabel(); in updateEHRanges()
372 : Function.getFunctionEndLabel(); in emitFunction()
944 return getFunctionEndLabel(); in getOrCreateLocalLabel()4051 const uint64_t EndOffset = Layout.getSymbolOffset(*getFunctionEndLabel()); in updateOutputValues()4078 setOutputSize(Layout.getSymbolOffset(*getFunctionEndLabel())); in updateOutputValues()
1149 MCSymbol *getFunctionEndLabel() const { in getFunctionEndLabel() function