Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h370 bool UseLocSection = true; variable
733 bool useLocSection() const { return UseLocSection; } in useLocSection()
H A DDwarfDebug.cpp375 UseLocSection = !TT.isNVPTX(); in DwarfDebug()