Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp69 if (!TLSInfoTable) in getTLSInfoSection()
70 TLSInfoTable = in getTLSInfoSection()
72 return *TLSInfoTable; in getTLSInfoSection()
80 Section *TLSInfoTable = nullptr; member in __anondf6a795a0111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp459 if (!TLSInfoTable) in getTLSInfoSection()
460 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
461 return *TLSInfoTable; in getTLSInfoSection()
469 Section *TLSInfoTable = nullptr; member in __anon8321e4d40111::TLSInfoTableManager_ELF_aarch64
H A DELF_ppc64.cpp75 if (!TLSInfoTable) in getTLSInfoSection()
76 TLSInfoTable = in getTLSInfoSection()
78 return *TLSInfoTable; in getTLSInfoSection()
86 Section *TLSInfoTable = nullptr; member in __anonccdfa0d80111::TLSInfoTableManager_ELF_ppc64