Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h133 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp143 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
H A DDwarfDebug.cpp551 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
901 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()
902 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()
969 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1672 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1684 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
H A DCodeViewDebug.cpp1224 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1317 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
2847 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
2879 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
2926 getLabelAfterInsn(&MI), in endFunctionImpl()
H A DDwarfCompileUnit.cpp613 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()