Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp38 static const uint8_t TLSInfoEntryContent[16]; member in __anonbdb5d4670111::TLSInfoTableManager_ELF_x86_64
76 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()
77 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()
83 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anonbdb5d4670111::TLSInfoTableManager_ELF_x86_64
H A DELF_ppc64.cpp39 static const uint8_t TLSInfoEntryContent[16]; member in __anon38754e450111::TLSInfoTableManager_ELF_ppc64
82 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()
83 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()
91 llvm::endianness::little>::TLSInfoEntryContent[16] = { member in __anon38754e450111::TLSInfoTableManager_ELF_ppc64< llvm::endianness::little>
98 llvm::endianness::big>::TLSInfoEntryContent[16] = { member in __anon38754e450111::TLSInfoTableManager_ELF_ppc64< llvm::endianness::big>
H A DELF_aarch64.cpp457 static const uint8_t TLSInfoEntryContent[16]; member in __anon2ad8a1810111::TLSInfoTableManager_ELF_aarch64
479 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()
480 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()
486 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon2ad8a1810111::TLSInfoTableManager_ELF_aarch64
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp834 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local
835 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize()); in fixTLVSectionsAndEdges()