Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2592 MCSymbol *BeginSymbol = nullptr; in translateInvoke() local
2595 BeginSymbol = Context.createTempSymbol(); in translateInvoke()
2596 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(BeginSymbol); in translateInvoke()
2632 assert(BeginSymbol && "Expected a begin symbol!"); in translateInvoke()
2634 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()