Searched refs:BeginSymbol (Results 1 – 1 of 1) sorted by relevance
2575 MCSymbol *BeginSymbol = nullptr; in translateInvoke() local2577 BeginSymbol = Context.createTempSymbol(); in translateInvoke()2578 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()2614 assert(BeginSymbol && "Expected a begin symbol!"); in translateInvoke()2616 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()