Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp433 UseDebugMacroSection = in DwarfDebug()
1370 if (UseDebugMacroSection) { in finalizeModuleInfo()
3685 if (UseDebugMacroSection) { in emitMacro()
3745 if (UseDebugMacroSection) in emitMacroFile()
3765 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3776 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3783 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h447 bool UseDebugMacroSection; variable