Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp62 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry() local
65 TLSInfoEntry.addEdge(x86_64::Pointer64, 8, Target, 0); in createEntry()
66 return G.addAnonymousSymbol(TLSInfoEntry, 0, 16, false, false); in createEntry()
H A DELF_aarch64.cpp406 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry() local
409 TLSInfoEntry.addEdge(aarch64::Pointer64, 8, Target, 0); in createEntry()
410 return G.addAnonymousSymbol(TLSInfoEntry, 0, 16, false, false); in createEntry()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp67 struct TLSInfoEntry { struct
74 TLSInfoEntry *InfoEntry;
496 ORC_RT_INTERFACE void *__orc_rt_elfnix_tls_get_addr_impl(TLSInfoEntry *D) { in __orc_rt_elfnix_tls_get_addr_impl()