Searched refs:EmitFunctionEpilog (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 331 EmitFunctionEpilog(*CurFnInfo, EmitRetDbgLoc, EndLoc); in FinishFunction()
|
D | CodeGenFunction.h | 1545 void EmitFunctionEpilog(const CGFunctionInfo &FI, bool EmitRetDbgLoc,
|
D | CGCall.cpp | 2664 void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI, in EmitFunctionEpilog() function in CodeGenFunction
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 402 EmitFunctionEpilog(*CurFnInfo, EmitRetDbgLoc, EndLoc); in FinishFunction()
|
D | CodeGenFunction.h | 2275 void EmitFunctionEpilog(const CGFunctionInfo &FI, bool EmitRetDbgLoc,
|
D | CGCall.cpp | 3201 void CodeGenFunction::EmitFunctionEpilog(const CGFunctionInfo &FI, in EmitFunctionEpilog() function in CodeGenFunction
|