Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp39 static const uint8_t TLSInfoEntryContent[16]; member in __anon2aa981690111::TLSInfoTableManager_ELF_x86_64
84 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anon2aa981690111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp396 static const uint8_t TLSInfoEntryContent[16]; member in __anon3641eec30111::TLSInfoTableManager_ELF_aarch64
425 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon3641eec30111::TLSInfoTableManager_ELF_aarch64
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp876 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local