Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp428 UseDebugMacroSection = in DwarfDebug()
1360 if (UseDebugMacroSection) { in finalizeModuleInfo()
3248 if (UseDebugMacroSection) { in emitMacro()
3308 if (UseDebugMacroSection) in emitMacroFile()
3328 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3339 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3346 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h442 bool UseDebugMacroSection; variable