Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h144 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp144 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
H A DDwarfDebug.cpp527 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
904 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()
905 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()
971 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1709 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1721 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
H A DCodeViewDebug.cpp1326 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1426 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
3019 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
3051 Block.End = getLabelAfterInsn(Range.second); in endFunctionImpl()
3098 getLabelAfterInsn(&MI), in isUsableDebugLoc()
H A DDwarfCompileUnit.cpp673 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()