reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2069 JumpDest getJumpDestForLabel(const LabelDecl *S);
607 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); 613 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); 2222 JumpDest Dest = getJumpDestForLabel(E->getLabel());tools/clang/lib/CodeGen/CodeGenFunction.cpp
1696 llvm::BasicBlock *BB = getJumpDestForLabel(L).getBlock();