Home
last modified time | relevance | path

Searched refs:hasDefaultEmulatedTLS (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp151 return getTargetTriple().hasDefaultEmulatedTLS(); in useEmulatedTLS()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h962 bool hasDefaultEmulatedTLS() const { in hasDefaultEmulatedTLS() function
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1878 Opts.EmulatedTLS = T.hasDefaultEmulatedTLS(); in ParseCodeGenArgs()