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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 1807 llvm::Value *ParentFP) {
1822 FrameRecoverFn, {ParentI8Fn, ParentFP,
1834 RecoverCall->setArgOperand(1, ParentFP);
1878 llvm::Value *ParentFP = EntryFP;
1887 ParentFP = Builder.CreateCall(RecoverFPIntrin, {ParentI8Fn, EntryFP});
1889 // if the parent is a _finally, the passed-in ParentFP is the FP
1924 ParentFP = Builder.CreateCall(
1925 FrameRecoverFn, {ParentI8Fn, ParentFP,
1927 ParentFP = Builder.CreateBitCast(ParentFP, CGM.VoidPtrPtrTy)
    [all...]
CodeGenFunction.h 3240 llvm::Value *ParentFP,
3258 /// outlined functions. ParentFP is the frame pointer of the outermost parent
3262 llvm::Value *ParentFP);

Completed in 22 milliseconds