Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp124 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
136 MCSymbol *AfterInsn = getLabelAfterInsn(MI); in getFunctionLocalOffsetAfterInsn()
H A DCodeViewDebug.cpp1135 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1218 const MCSymbol *End = getLabelAfterInsn(Range.second); in calculateRanges()
2730 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
2762 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
H A DDwarfCompileUnit.cpp469 DD->getLabelAfterInsn(R.second))); in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp467 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
1173 EndLabel = getLabelAfterInsn(End); in buildLocationList()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h126 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);