Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h369 bool UseLocSection = true; variable
719 bool useLocSection() const { return UseLocSection; } in useLocSection()
H A DDwarfDebug.cpp372 UseLocSection = !TT.isNVPTX(); in DwarfDebug()