Home
last modified time | relevance | path

Searched refs:getLabelAfterInsn (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.h93 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
DDebugHandlerBase.cpp61 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
DDwarfDebug.cpp349 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
858 EndLabel = getLabelAfterInsn(End); in buildLocationList()
DDwarfCompileUnit.cpp431 DD->getLabelAfterInsn(R.second))); in attachRangesOrLowHighPC()
DCodeViewDebug.cpp760 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMMITable()
840 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDebugHandlerBase.h125 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp123 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
135 MCSymbol *AfterInsn = getLabelAfterInsn(MI); in getFunctionLocalOffsetAfterInsn()
DCodeViewDebug.cpp1186 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1279 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
2783 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
2815 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
2862 getLabelAfterInsn(&MI), in endFunctionImpl()
DDwarfDebug.cpp504 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
779 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1450 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1461 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
DDwarfCompileUnit.cpp526 {DD->getLabelBeforeInsn(R.first), DD->getLabelAfterInsn(R.second)}); in attachRangesOrLowHighPC()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDebugHandlerBase.h133 MCSymbol *getLabelAfterInsn(const MachineInstr *MI);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp133 MCSymbol *DebugHandlerBase::getLabelAfterInsn(const MachineInstr *MI) { in getLabelAfterInsn() function in DebugHandlerBase
DDwarfDebug.cpp509 return !getLabelAfterInsn(Ranges.front().second); in isLexicalScopeDIENull()
872 assert(getLabelAfterInsn(&*CallInstrBundle) == in constructCallSiteEntryDIEs()
873 getLabelAfterInsn(&*DelaySlotBundle) && in constructCallSiteEntryDIEs()
950 ? const_cast<MCSymbol *>(getLabelAfterInsn(TopLevelCallMI)) in constructCallSiteEntryDIEs()
1646 EI->isClobber() ? getLabelAfterInsn(Instr) : getLabelBeforeInsn(Instr); in buildLocationList()
1658 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
DCodeViewDebug.cpp1201 const MCSymbol *End = getLabelAfterInsn(Range.second); in collectVariableInfoFromMFTable()
1294 : getLabelAfterInsn(EndingEntry.getInstr()); in calculateRanges()
2813 if (Ranges.size() != 1 || !getLabelAfterInsn(Ranges.front().second)) in collectLexicalBlockInfo()
2845 Block.End = getLabelAfterInsn(Range.second); in collectLexicalBlockInfo()
2892 getLabelAfterInsn(&MI), in endFunctionImpl()
DDwarfCompileUnit.cpp575 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC()