Searched refs:NextInstr (Results 1 – 2 of 2) sorted by relevance
1164 MCSymbol *NextInstr = OutContext.createTempSymbol(); in emitInstruction() local1169 .addExpr(MCSymbolRefExpr::create(NextInstr, OutContext))); in emitInstruction()1176 OutStreamer->emitLabel(NextInstr); in emitInstruction()
2032 auto NextInstr = std::next(I); in buildCFG() local2034 if (NextInstr != E) in buildCFG()2035 CFIOffset = NextInstr->first; in buildCFG()