Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1331 MCSymbol *BaseLabel);
1474 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1481 if (BaseLabel && Label) { in emitCFIInstructions()
1483 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1484 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()
1485 BaseLabel = ThisSym; in emitCFIInstructions()