Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp449 UseDebugMacroSection = in DwarfDebug()
1376 if (UseDebugMacroSection) { in finalizeModuleInfo()
3141 if (UseDebugMacroSection) { in emitMacro()
3201 if (UseDebugMacroSection) in emitMacroFile()
3221 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3232 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3239 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h376 bool UseDebugMacroSection; variable