Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h352 bool UseGNUTLSOpcode; variable
685 bool useGNUTLSOpcode() const { return UseGNUTLSOpcode; } in useGNUTLSOpcode()
H A DDwarfDebug.cpp430 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3; in DwarfDebug()