Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_x86_64.cpp69 if (!TLSInfoTable) in getTLSInfoSection()
70 TLSInfoTable = in getTLSInfoSection()
72 return *TLSInfoTable; in getTLSInfoSection()
80 Section *TLSInfoTable = nullptr; member in __anon1cdbea2b0111::TLSInfoTableManager_ELF_x86_64
HDELF_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 __anon6ec16fc50111::TLSInfoTableManager_ELF_aarch64
HDELF_ppc64.cpp75 if (!TLSInfoTable) in getTLSInfoSection()
76 TLSInfoTable = in getTLSInfoSection()
78 return *TLSInfoTable; in getTLSInfoSection()
86 Section *TLSInfoTable = nullptr; member in __anon148dbb890111::TLSInfoTableManager_ELF_ppc64