Searched refs:getLabelBeforeInsn (Results 1 – 5 of 5) sorted by relevance
123 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
117 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
1134 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()1217 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in calculateRanges()1228 End = getLabelBeforeInsn(J->first); in calculateRanges()2761 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()
1168 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList()1177 EndLabel = getLabelBeforeInsn(std::next(I)->first); in buildLocationList()1399 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
468 List.push_back(RangeSpan(DD->getLabelBeforeInsn(R.first), in attachRangesOrLowHighPC()