HomeSort by relevance Sort by last modified time
    Searched refs:getJumpDestForLabel (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 299 CodeGenFunction::getJumpDestForLabel(const LabelDecl *D) {
349 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
355 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
    [all...]
CodeGenFunction.cpp 823 llvm::BasicBlock *BB = getJumpDestForLabel(L).getBlock();
    [all...]
CodeGenFunction.h     [all...]

Completed in 99 milliseconds