Home
last modified time | relevance | path

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

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