Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h136 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp141 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
H A DDwarfDebug.cpp548 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
925 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()
926 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()
992 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1692 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1704 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
H A DCodeViewDebug.cpp1308 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1402 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
2986 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
3018 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
3065 getLabelAfterInsn(&MI), in endFunctionImpl()
H A DDwarfCompileUnit.cpp627 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()