Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DDWARFEmitter.h38 void EmitDebugInfo(raw_ostream &OS, const Data &DI);
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp200 void DWARFYAML::EmitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) { in EmitDebugInfo() function in DWARFYAML
368 EmitDebugSectionImpl(DI, &DWARFYAML::EmitDebugInfo, "debug_info", in EmitDebugSections()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1236 CGDebugInfo *DI, const VarDecl &D, bool EmitDebugInfo) { in EmitAndRegisterVariableArrayDimensions() argument
1264 if (!EmitDebugInfo) in EmitAndRegisterVariableArrayDimensions()
1316 bool EmitDebugInfo = DI && CGM.getCodeGenOpts().getDebugInfo() >= in EmitAutoVarAlloca() local
1475 EmitAndRegisterVariableArrayDimensions(DI, D, EmitDebugInfo); in EmitAutoVarAlloca()
1483 if (EmitDebugInfo && HaveInsertPoint()) { in EmitAutoVarAlloca()
H A DCodeGenFunction.h2753 bool EmitDebugInfo);