Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h133 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp142 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
H A DDwarfDebug.cpp548 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
898 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()
899 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()
966 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1666 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1678 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
H A DCodeViewDebug.cpp1307 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1391 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
2957 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
2989 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
3036 getLabelAfterInsn(&MI), in endFunctionImpl()
H A DDwarfCompileUnit.cpp625 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()