Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h370 bool UseLocSection = true; variable
730 bool useLocSection() const { return UseLocSection; } in useLocSection()
H A DDwarfDebug.cpp375 UseLocSection = !TT.isNVPTX(); in DwarfDebug()