Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h371 bool UseLocSection = true; variable
721 bool useLocSection() const { return UseLocSection; } in useLocSection()
H A DDwarfDebug.cpp373 UseLocSection = !TT.isNVPTX(); in DwarfDebug()