Searched refs:TerminateLandingPad (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp1287 if (TerminateLandingPad)
1288 return TerminateLandingPad;
1293 TerminateLandingPad = createBasicBlock("terminate.lpad");
1294 Builder.SetInsertPoint(TerminateLandingPad);
1317 return TerminateLandingPad;
H A DCodeGenFunction.cpp61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr),
374 EmitIfUsed(*this, TerminateLandingPad);
H A DCodeGenFunction.h1174 llvm::BasicBlock *TerminateLandingPad; member in class:clang::CodeGen::CodeGenFunction

Completed in 248 milliseconds