Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp675 MCSymbol *ThisSym = Label; in EmitCFIInstructions() local
676 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
678 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
679 BaseLabel = ThisSym; in EmitCFIInstructions()
/external/llvm/lib/MC/
DMCDwarf.cpp1169 MCSymbol *ThisSym = Label; in EmitCFIInstructions() local
1170 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1171 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1172 BaseLabel = ThisSym; in EmitCFIInstructions()