Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1283 MCSymbol *BaseLabel);
1439 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1446 if (BaseLabel && Label) { in emitCFIInstructions()
1448 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1449 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()
1450 BaseLabel = ThisSym; in emitCFIInstructions()