Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp642 CodeGenFunction::getJumpDestForLabel(const LabelDecl *D) { in getJumpDestForLabel() function in CodeGenFunction
770 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()
776 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()
2944 JumpDest Dest = getJumpDestForLabel(E->getLabel()); in EmitAsmStmt()
H A DCodeGenFunction.cpp2194 llvm::BasicBlock *BB = getJumpDestForLabel(L).getBlock(); in GetAddrOfLabel()
H A DCodeGenFunction.h2612 JumpDest getJumpDestForLabel(const LabelDecl *S);