Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp449 UseDebugMacroSection = in DwarfDebug()
1388 if (UseDebugMacroSection) { in finalizeModuleInfo()
3091 if (UseDebugMacroSection) { in emitMacro()
3151 if (UseDebugMacroSection) in emitMacroFile()
3171 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3182 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3189 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h376 bool UseDebugMacroSection; variable