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

/external/clang/lib/CodeGen/
H A DCGException.cpp1285 if (TerminateLandingPad)
1286 return TerminateLandingPad;
1291 TerminateLandingPad = createBasicBlock("terminate.lpad");
1292 Builder.SetInsertPoint(TerminateLandingPad);
1315 return TerminateLandingPad;
H A DCodeGenFunction.cpp61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr),
373 EmitIfUsed(*this, TerminateLandingPad);
H A DCodeGenFunction.h1090 llvm::BasicBlock *TerminateLandingPad; member in class:clang::CodeGen::CodeGenFunction

Completed in 252 milliseconds