Searched refs:getLabelBeforeInsn (Results 1 – 5 of 5) sorted by relevance
141 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
137 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
1325 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable() 1420 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges() 1425 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges() 3050 Block.Begin = getLabelBeforeInsn(Range.first); in endFunctionImpl() 3097 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in isUsableDebugLoc() 3541 const MCSymbol *Branch = getLabelBeforeInsn(&BranchMI);
977 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()1709 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()1723 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()1980 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
672 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()