Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp446 UseDebugMacroSection = in DwarfDebug()
1366 if (UseDebugMacroSection) { in finalizeModuleInfo()
3168 if (UseDebugMacroSection) { in emitMacro()
3228 if (UseDebugMacroSection) in emitMacroFile()
3248 if (UseDebugMacroSection) in emitDebugMacinfoImpl()
3259 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfo()
3266 emitDebugMacinfoImpl(UseDebugMacroSection in emitDebugMacinfoDWO()
H A DDwarfDebug.h375 bool UseDebugMacroSection; variable