Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1312 MCSymbol *BaseLabel);
1468 MCSymbol *BaseLabel) { in emitCFIInstructions() argument
1475 if (BaseLabel && Label) { in emitCFIInstructions()
1477 if (ThisSym != BaseLabel) { in emitCFIInstructions()
1478 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym, Instr.getLoc()); in emitCFIInstructions()
1479 BaseLabel = ThisSym; in emitCFIInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp1127 const MCSymbol *BaseLabel; in getCodeViewJumpTableInfo() local
1135 BaseLabel = GetARMJTIPICJumpTableLabel(JTI); in getCodeViewJumpTableInfo()
1142 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()
1150 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()
1155 BaseLabel = nullptr; in getCodeViewJumpTableInfo()
1162 return std::make_tuple(BaseLabel, BaseOffset, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()