Searched refs:getLabelAfterInsn (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h125 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
128 /// instruction \p MI should exist (\ref getLabelAfterInsn).
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp123 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { function in class:DebugHandlerBase
135 MCSymbol *AfterInsn = getLabelAfterInsn(MI);
H A DCodeViewDebug.cpp1186 const MCSymbol *End = getLabelAfterInsn(Range.second);
1279 : getLabelAfterInsn(EndingEntry.getInstr());
2783 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second))
2815 Block.End = getLabelAfterInsn(Range.second);
2862 getLabelAfterInsn(&MI),
H A DDwarfDebug.cpp504 return !getLabelAfterInsn(Ranges.front().second);
779 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI))
1450 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr);
1461 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr());
H A DDwarfCompileUnit.cpp526 {DD->getLabelBeforeInsn(R.first), DD->getLabelAfterInsn(R.second)});

Completed in 141 milliseconds