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 __anon6d43d2920111::TLSInfoTableManager_ELF_x86_64
H A DELF_ppc64.cpp75 if (!TLSInfoTable) in getTLSInfoSection()
76 TLSInfoTable = in getTLSInfoSection()
78 return *TLSInfoTable; in getTLSInfoSection()
86 Section *TLSInfoTable = nullptr; member in __anon7bd6b3100111::TLSInfoTableManager_ELF_ppc64
H A DELF_aarch64.cpp563 if (!TLSInfoTable) in getTLSInfoSection()
564 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
565 return *TLSInfoTable; in getTLSInfoSection()
573 Section *TLSInfoTable = nullptr; member in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64