Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp428 UseDebugMacroSection = in DwarfDebug()
1360 if (UseDebugMacroSection) { in finalizeModuleInfo()
3236 if (UseDebugMacroSection) { in emitMacro()
3296 if (UseDebugMacroSection) in emitMacroFile()
3316 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3327 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3334 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h442 bool UseDebugMacroSection; variable