Searched refs:BaseLabel (Results 1 – 2 of 2) sorted by relevance
1353 MCSymbol *BaseLabel);1535 MCSymbol *BaseLabel) { in emitCFIInstructions() argument1542 if (BaseLabel && Label) { in emitCFIInstructions()1544 if (ThisSym != BaseLabel) { in emitCFIInstructions()1545 Streamer.emitDwarfAdvanceFrameAddr(BaseLabel, ThisSym, Instr.getLoc()); in emitCFIInstructions()1546 BaseLabel = ThisSym; in emitCFIInstructions()
1134 const MCSymbol *BaseLabel; in getCodeViewJumpTableInfo() local1142 BaseLabel = GetARMJTIPICJumpTableLabel(JTI); in getCodeViewJumpTableInfo()1149 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1157 BaseLabel = BranchLabel; in getCodeViewJumpTableInfo()1162 BaseLabel = nullptr; in getCodeViewJumpTableInfo()1169 return std::make_tuple(BaseLabel, BaseOffset, BranchLabel, EntrySize); in getCodeViewJumpTableInfo()