Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp70 if (!TLSInfoTable) in getTLSInfoSection()
71 TLSInfoTable = in getTLSInfoSection()
73 return *TLSInfoTable; in getTLSInfoSection()
81 Section *TLSInfoTable = nullptr; member in __anon2aa981690111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp412 if (!TLSInfoTable) in getTLSInfoSection()
413 TLSInfoTable = &G.createSection(getSectionName(), orc::MemProt::Read); in getTLSInfoSection()
414 return *TLSInfoTable; in getTLSInfoSection()
422 Section *TLSInfoTable = nullptr; member in __anon3641eec30111::TLSInfoTableManager_ELF_aarch64