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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp625 CodeGenFunction::getJumpDestForLabel(const LabelDecl *D) { function in class:CodeGenFunction
745 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
751 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
2766 JumpDest Dest = getJumpDestForLabel(E->getLabel());
H A DCodeGenFunction.cpp2114 llvm::BasicBlock *BB = getJumpDestForLabel(L).getBlock();
H A DCodeGenFunction.h2505 JumpDest getJumpDestForLabel(const LabelDecl *S);

Completed in 104 milliseconds