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 378 Dest = getJumpDestInCurrentScope(D->getName());
635 JumpDest LoopHeader = getJumpDestInCurrentScope("while.cond");
642 JumpDest LoopExit = getJumpDestInCurrentScope("while.end");
720 JumpDest LoopExit = getJumpDestInCurrentScope("do.end");
721 JumpDest LoopCond = getJumpDestInCurrentScope("do.cond");
781 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
798 JumpDest Continue = getJumpDestInCurrentScope("for.cond");
809 Continue = getJumpDestInCurrentScope("for.inc");
887 JumpDest LoopExit = getJumpDestInCurrentScope("for.end");
936 JumpDest Continue = getJumpDestInCurrentScope("for.inc")
    [all...]
CGObjCRuntime.cpp 181 Cont = CGF.getJumpDestInCurrentScope("eh.cont");
CodeGenFunction.h 572 JumpDest getJumpDestInCurrentScope(llvm::BasicBlock *Target) {
581 JumpDest getJumpDestInCurrentScope(StringRef Name = StringRef()) {
582 return getJumpDestInCurrentScope(createBasicBlock(Name));
    [all...]
CGException.cpp     [all...]
CodeGenFunction.cpp 587 ReturnBlock = getJumpDestInCurrentScope("return");
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 210 milliseconds