Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp1018 MCSymbol *BaseLabel);
1154 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1162 if (BaseLabel && Label) { in EmitCFIInstructions()
1164 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1165 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1166 BaseLabel = ThisSym; in EmitCFIInstructions()