Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1104 MCSymbol *ThisSym = Label; in EmitCFIInstructions() local
1105 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1107 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1108 BaseLabel = ThisSym; in EmitCFIInstructions()