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 D | ELF_x86_64.cpp | 39 static const uint8_t TLSInfoEntryContent[16]; member in __anon881307d20111::TLSInfoTableManager_ELF_x86_64 |
H A D | ELF_aarch64.cpp | 396 static const uint8_t TLSInfoEntryContent[16]; member in __anon40dc424c0111::TLSInfoTableManager_ELF_aarch64 |
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ELFNixPlatform.cpp | 876 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local |