Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp444 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructLexicalScopeDIE()
452 MCSymbol *End = getLabelAfterInsn(RI->second); in constructLexicalScopeDIE()
485 MCSymbol *EndLabel = getLabelAfterInsn(RI->second); in constructInlinedScopeDIE()
509 DebugRangeSymbols.push_back(getLabelAfterInsn(RI->second)); in constructInlinedScopeDIE()
1194 SLabel = getLabelAfterInsn(End); in collectVariableInfo()
1227 MCSymbol *DwarfDebug::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DwarfDebug
DDwarfDebug.h596 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);