Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1485 MCSymbol *ThisSym = Label; in emitCFIInstructions() local
1486 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1487 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym, Instr.getLoc()); in emitCFIInstructions()
1488 BaseLabel = ThisSym; in emitCFIInstructions()