Home
last modified time | relevance | path

Searched defs:EmulatedTLS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMangling.h42 bool EmulatedTLS = false; member
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h549 bool EmulatedTLS = true; variable
644 void setEmulatedTLS(bool EmulatedTLS) { in setEmulatedTLS()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp398 static cl::opt<bool> EmulatedTLS( in CGOPT() local
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h291 unsigned EmulatedTLS : 1; variable