Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h351 bool UseGNUTLSOpcode; variable
697 bool useGNUTLSOpcode() const { return UseGNUTLSOpcode; } in useGNUTLSOpcode()
H A DDwarfDebug.cpp432 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()