Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1364 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions() argument
1392 if (!EmitDebugInfo) in EmitAndRegisterVariableArrayDimensions()
1446 bool EmitDebugInfo = DI && CGM.getCodeGenOpts().hasReducedDebugInfo(); in EmitAutoVarAlloca() local
1610 EmitAndRegisterVariableArrayDimensions(DI, D, EmitDebugInfo); in EmitAutoVarAlloca()
1618 if (EmitDebugInfo && HaveInsertPoint()) { in EmitAutoVarAlloca()
H A DCodeGenFunction.h3136 bool EmitDebugInfo);