Searched refs:TLSInfoEntry (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_x86_64.cpp | 60 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry() local 63 TLSInfoEntry.addEdge(x86_64::Pointer64, 8, Target, 0); in createEntry() 64 return G.addAnonymousSymbol(TLSInfoEntry, 0, 16, false, false); in createEntry()
|
H A D | ELF_aarch64.cpp | 464 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry() local 467 TLSInfoEntry.addEdge(aarch64::Pointer64, 8, Target, 0); in createEntry() 468 return G.addAnonymousSymbol(TLSInfoEntry, 0, 16, false, false); in createEntry()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 74 struct TLSInfoEntry { struct 81 TLSInfoEntry *InfoEntry; 518 ORC_RT_INTERFACE void *__orc_rt_elfnix_tls_get_addr_impl(TLSInfoEntry *D) { in __orc_rt_elfnix_tls_get_addr_impl()
|