Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp39 static const uint8_t TLSInfoEntryContent[16]; member in __anon881307d20111::TLSInfoTableManager_ELF_x86_64
84 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anon881307d20111::TLSInfoTableManager_ELF_x86_64
H A DELF_aarch64.cpp396 static const uint8_t TLSInfoEntryContent[16]; member in __anon40dc424c0111::TLSInfoTableManager_ELF_aarch64
425 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon40dc424c0111::TLSInfoTableManager_ELF_aarch64
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp876 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local