Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:StartLabel

791     MCSymbol *StartLabel;
795 StartLabel = Asm->getFunctionBegin();
801 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart);
803 assert(StartLabel && "need local function start label");
805 std::make_pair(create32bitRef(StartLabel), BaseState));
938 const MCSymbol *StartLabel; // Start of protected region
1108 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym);