Home
last modified time | relevance | path

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

/src/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 __anonbdb5d4670111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp473 if (!TLSInfoTable) in getTLSInfoSection()
474 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
475 return *TLSInfoTable; in getTLSInfoSection()
483 Section *TLSInfoTable = nullptr; member in __anon2ad8a1810111::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 __anon38754e450111::TLSInfoTableManager_ELF_ppc64