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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h122 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp116 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { function in class:DebugHandlerBase
H A DCodeViewDebug.cpp1185 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),
H A DDwarfCompileUnit.cpp526 {DD->getLabelBeforeInsn(R.first), DD->getLabelAfterInsn(R.second)});
H A DDwarfDebug.cpp1450 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr);
1463 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr());
1656 MCSymbol *Sym = getLabelBeforeInsn(MI);

Completed in 116 milliseconds