Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h604 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
DDwarfDebug.cpp842 const MCSymbol *StartLabel = getLabelBeforeInsn(Begin); in buildLocationList()
851 EndLabel = getLabelBeforeInsn(std::next(I)->first); in buildLocationList()
970 MCSymbol *DwarfDebug::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DwarfDebug
DDwarfCompileUnit.cpp417 List.push_back(RangeSpan(DD->getLabelBeforeInsn(R.first), in attachRangesOrLowHighPC()