Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h133 MCSymbol *getLabelBeforeInsn(const MachineInstr *MI);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp134 MCSymbol *DebugHandlerBase::getLabelBeforeInsn(const MachineInstr *MI) { in getLabelBeforeInsn() function in DebugHandlerBase
H A DCodeViewDebug.cpp1307 const MCSymbol *Begin = getLabelBeforeInsn(Range.first); in collectVariableInfoFromMFTable()
1396 const MCSymbol *Begin = getLabelBeforeInsn(Entry.getInstr()); in calculateRanges()
1401 ? getLabelBeforeInsn(EndingEntry.getInstr()) in calculateRanges()
3017 Block.Begin = getLabelBeforeInsn(Range.first); in collectLexicalBlockInfo()
3064 CurFn->HeapAllocSites.push_back(std::make_tuple(getLabelBeforeInsn(&MI), in endFunctionImpl()
H A DDwarfDebug.cpp998 IsTail ? getLabelBeforeInsn(TopLevelCallMI) : nullptr; in constructCallSiteEntryDIEs()
1692 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1706 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1963 MCSymbol *Sym = getLabelBeforeInsn(MI); in collectEntityInfo()
H A DDwarfCompileUnit.cpp626 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC()