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

  /external/clang/lib/CodeGen/
CGException.cpp 613 CodeGenFunction::getEHDispatchBlock(EHScopeStack::stable_iterator si) {
882 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
    [all...]
CGCleanup.cpp 841 Builder.CreateBr(getEHDispatchBlock(EHParent));
    [all...]
CodeGenFunction.h 911 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);
    [all...]

Completed in 711 milliseconds