Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp71 if (!TLSInfoTable) in getTLSInfoSection()
72 TLSInfoTable = &G.createSection(ELFTLSInfoSectionName, MemProt::Read); in getTLSInfoSection()
73 return *TLSInfoTable; in getTLSInfoSection()
81 Section *TLSInfoTable = nullptr; member in __anon039835c20111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp415 if (!TLSInfoTable) in getTLSInfoSection()
416 TLSInfoTable = &G.createSection(getSectionName(), MemProt::Read); in getTLSInfoSection()
417 return *TLSInfoTable; in getTLSInfoSection()
425 Section *TLSInfoTable = nullptr; member in __anon2d072e3c0111::TLSInfoTableManager_ELF_aarch64