Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1347 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions() argument
1375 if (!EmitDebugInfo) in EmitAndRegisterVariableArrayDimensions()
1427 bool EmitDebugInfo = DI && CGM.getCodeGenOpts().hasReducedDebugInfo(); in EmitAutoVarAlloca() local
1591 EmitAndRegisterVariableArrayDimensions(DI, D, EmitDebugInfo); in EmitAutoVarAlloca()
1599 if (EmitDebugInfo && HaveInsertPoint()) { in EmitAutoVarAlloca()
H A DCodeGenFunction.h3079 bool EmitDebugInfo);