Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1304 MCSymbol *BaseLabel);
1447 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1454 if (BaseLabel && Label) { in EmitCFIInstructions()
1456 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1457 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1458 BaseLabel = ThisSym; in EmitCFIInstructions()