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

  /external/clang/lib/CodeGen/
CGStmt.cpp 316 Dest = getJumpDestInCurrentScope(D->getName());
444 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
449 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
519 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
520 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
566 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
581 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
626 Continue = getJumpDestInCurrentScope("for.inc");
659 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
699 JumpDest Continue = getJumpDestInCurrentScope("for.inc")
    [all...]
CGObjCRuntime.cpp 172 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
CodeGenFunction.h 878 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
887 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
888 return getJumpDestInCurrentScope(createBasicBlock(Name));
    [all...]
CodeGenFunction.cpp 302 ReturnBlock = getJumpDestInCurrentScope("return");
    [all...]
CGException.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 619 milliseconds