Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp33 constexpr StringRef ELFTLSInfoSectionName = "$__TLSINFO"; variable
40 static StringRef getSectionName() { return ELFTLSInfoSectionName; } in getSectionName()
71 &G.createSection(ELFTLSInfoSectionName, orc::MemProt::Read); in getTLSInfoSection()