Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1313 MCSymbol *BaseLabel);
1469 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1476 if (BaseLabel && Label) { in emitCFIInstructions()
1478 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1479 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in emitCFIInstructions()
1480 BaseLabel = ThisSym; in emitCFIInstructions()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp904 DWARFUnitOffsetBaseLabel *BaseLabel = in computeNewOffsets() local
906 uint32_t CUOffset = BaseLabel->Offset; in computeNewOffsets()
1015 DWARFUnitOffsetBaseLabel *BaseLabel = in patchBinary() local
1017 Offset = BaseLabel->Offset; in patchBinary()