Searched refs:TLS (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.h25 bool TLS; member in struct:llvm::AddressPool::AddressPoolEntry
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} argument
41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
H A DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { argument
22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));
39 I.second.TLS
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpa2-eap-ccmp.conf1 # WPA2-EAP/CCMP using EAP-TLS
11 eap=TLS
H A DopenCryptoki.conf1 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
25 eap=TLS
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf439 # (EAP-TLS). Full path to the file should be used since working
553 # 0 = do not use OCSP stapling (TLS certificate status extension)
800 # TLS = EAP-TLS (client and server certificate)
826 # EAP-TLS/TTLS/PEAP. Full path should be used since working directory may
921 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
936 # TLS Message Length field in all TLS messages even if they are not
959 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
964 # TLS
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp253 SourceLocation Loc, bool TLS) {
257 if (!getLangOpts().AppleKext && !TLS) {
517 // these initializations. This happens for TLS initialization functions.
251 CreateGlobalInitOrDestructFunction( llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI, SourceLocation Loc, bool TLS) argument
H A DCodeGenModule.h663 /// Set the TLS mode for the given LLVM GlobalValue for the thread-local
690 bool TLS = false);
H A DItaniumCXXABI.cpp1916 // We only need to use thread-safe statics for local non-TLS variables;
2085 bool TLS) {
2087 if (TLS) {
2130 CGM.ErrorUnsupported(&D, "non-trivial TLS destruction");
2217 /*TLS=*/true);
2082 emitGlobalDtorWithCXAAtExit(CodeGenFunction &CGF, llvm::Constant *dtor, llvm::Constant *addr, bool TLS) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h311 TLS, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_LocType
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp152 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, TLS, "tls", OS)
/freebsd-11.0-release/contrib/elftoolchain/elfdump/
H A Delfdump.c475 DEFINE_SHF(TLS) \

Completed in 205 milliseconds