Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h141 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp137 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
H A DCodeViewDebug.cpp1325 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()
1420 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()
1425 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()
3050 Block.Begin = getLabelBeforeInsn(Range.first); in endFunctionImpl()
3097 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in isUsableDebugLoc()
3541 const MCSymbol *Branch = getLabelBeforeInsn(&BranchMI);
H A DDwarfDebug.cpp977 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
1709 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1723 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1980 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
H A DDwarfCompileUnit.cpp672 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()