reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/DebugHandlerBase.h
  122   MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1185       const MCSymbol *Begin = getLabelBeforeInsn(Range.first);
 1273     const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr());
 1278                 ? getLabelBeforeInsn(EndingEntry.getInstr())
 2814   Block.Begin = getLabelBeforeInsn(Range.first);
 2861         CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI),
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  517         {DD->getLabelBeforeInsn(R.first), DD->getLabelAfterInsn(R.second)});
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1406         EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr);
 1419       EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr());
 1612     MCSymbol *Sym = getLabelBeforeInsn(MI);