Searched refs:EmitFunctionEnd (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h237 /// EmitFunctionEnd - Constructs the debug code for exiting a function.
238 void EmitFunctionEnd(CGBuilderTy &Builder);
H A DCodeGenFunction.cpp245 DI->EmitFunctionEnd(Builder);
H A DCGDebugInfo.cpp2620 /// EmitFunctionEnd - Constructs the debug code for exiting a function.
2621 void CGDebugInfo::EmitFunctionEnd(CGBuilderTy &Builder) { function in class:CGDebugInfo

Completed in 407 milliseconds