Searched defs:TLSInfoEntryContent (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ | ||
H A D | ELF_x86_64.cpp | 39 static const uint8_t TLSInfoEntryContent[16]; member in __anon2aa981690111::TLSInfoTableManager_ELF_x86_64 |
H A D | ELF_aarch64.cpp | 396 static const uint8_t TLSInfoEntryContent[16]; member in __anon3641eec30111::TLSInfoTableManager_ELF_aarch64 |
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | ELFNixPlatform.cpp | 876 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local |