Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h130 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp135 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
H A DCodeViewDebug.cpp1306 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()
1385 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()
1390 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()
2988 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()
3035 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in endFunctionImpl()
H A DDwarfDebug.cpp972 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
1666 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1680 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1937 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
H A DDwarfCompileUnit.cpp624 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()