Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp446 UseDebugMacroSection = in DwarfDebug()
1392 if (UseDebugMacroSection) { in finalizeModuleInfo()
3204 if (UseDebugMacroSection) { in emitMacro()
3264 if (UseDebugMacroSection) in emitMacroFile()
3284 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3295 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3302 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h377 bool UseDebugMacroSection; variable