Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1028 MCSymbol *BaseLabel);
1162 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1170 if (BaseLabel && Label) { in EmitCFIInstructions()
1172 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1173 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1174 BaseLabel = ThisSym; in EmitCFIInstructions()