Home
last modified time | relevance | path

Searched refs:TLSInfoTable (Results 1 – 2 of 2) 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_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 __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64