Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h436 bool UseLocSection = true; variable
787 bool useLocSection() const { return UseLocSection; } in useLocSection()
H A DDwarfDebug.cpp355 UseLocSection = !TT.isNVPTX(); in DwarfDebug()