Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1310 MCSymbol *BaseLabel);
1466 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1473 if (BaseLabel && Label) { in emitCFIInstructions()
1475 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1476 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()
1477 BaseLabel = ThisSym; in emitCFIInstructions()