Home
last modified time | relevance | path

Searched refs:shouldEmitLifetimeMarkers (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp912 static bool shouldEmitLifetimeMarkers(const CodeGenOptions &CGOpts, in shouldEmitLifetimeMarkers() function
932 if (!shouldEmitLifetimeMarkers(CGM.getCodeGenOpts(), getLangOpts())) in EmitLifetimeStart()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp53 static bool shouldEmitLifetimeMarkers(const CodeGenOptions &CGOpts, in shouldEmitLifetimeMarkers() function
75 shouldEmitLifetimeMarkers(CGM.getCodeGenOpts(), CGM.getLangOpts())) { in CodeGenFunction()