Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp577 CodeGenFunction::getJumpDestForLabel(const LabelDecl *D) { in getJumpDestForLabel() function in CodeGenFunction
683 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()
689 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()
2480 JumpDest Dest = getJumpDestForLabel(E->getLabel()); in EmitAsmStmt()
H A DCodeGenFunction.cpp1953 llvm::BasicBlock *BB = getJumpDestForLabel(L).getBlock(); in GetAddrOfLabel()
H A DCodeGenFunction.h2376 JumpDest getJumpDestForLabel(const LabelDecl *S);