Searched refs:BaseLabel (Results 1 – 2 of 2) sorted by relevance
1318 MCSymbol *BaseLabel);1477 MCSymbol *BaseLabel) { in emitCFIInstructions() argument1484 if (BaseLabel && Label) { in emitCFIInstructions()1486 if (ThisSym != BaseLabel) { in emitCFIInstructions()1487 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym, Instr.getLoc()); in emitCFIInstructions()1488 BaseLabel = ThisSym; in emitCFIInstructions()
1127 const MCSymbol *BaseLabel; in getCodeViewJumpTableInfo() local1135 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()