HomeSort by: relevance | last modified time | path
    Searched defs:ParentCGF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1751 CodeGenFunction &ParentCGF;
1755 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis)
1756 : ParentCGF(ParentCGF), ParentThis(ParentThis) {}
1787 if (ParentCGF.getTarget().getTriple().getArch() != llvm::Triple::x86)
1798 SEHCodeSlot = ParentCGF.SEHCodeSlotStack.back();
1805 Address CodeGenFunction::recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF,
1813 auto InsertPair = ParentCGF.EscapedLocals.insert(
1814 std::make_pair(ParentAlloca, ParentCGF.EscapedLocals.size()));
1820 llvm::ConstantExpr::getBitCast(ParentCGF.CurFn, Int8PtrTy)
    [all...]
CodeGenFunction.h 270 CodeGenFunction *ParentCGF = nullptr;
3230 void startOutlinedSEHHelper(CodeGenFunction &ParentCGF, bool IsFilter,
3233 llvm::Function *GenerateSEHFilterFunction(CodeGenFunction &ParentCGF,
3236 llvm::Function *GenerateSEHFinallyFunction(CodeGenFunction &ParentCGF,
3239 void EmitSEHExceptionCodeSave(CodeGenFunction &ParentCGF,
3252 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt,
3260 Address recoverAddrOfEscapedLocal(CodeGenFunction &ParentCGF,

Completed in 63 milliseconds