Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp40 static const uint8_t TLSInfoEntryContent[16]; member in __anon039835c20111::TLSInfoTableManager_ELF_x86_64
77 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()
78 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()
84 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anon039835c20111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp399 static const uint8_t TLSInfoEntryContent[16]; member in __anon2d072e3c0111::TLSInfoTableManager_ELF_aarch64
421 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()
422 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()
428 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon2d072e3c0111::TLSInfoTableManager_ELF_aarch64
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp875 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local
876 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize()); in fixTLVSectionsAndEdges()