Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h123 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp117 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
H A DCodeViewDebug.cpp1134 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()
1217 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in calculateRanges()
1228 End = getLabelBeforeInsn(J->first); in calculateRanges()
2761 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()
H A DDwarfDebug.cpp1168 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList()
1177 EndLabel = getLabelBeforeInsn(std::next(I)->first); in buildLocationList()
1399 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
H A DDwarfCompileUnit.cpp468 List.push_back(RangeSpan(DD->getLabelBeforeInsn(R.first), in attachRangesOrLowHighPC()