Searched refs:TLSInfoEntry (Results 1 – 4 of 4) sorted by relevance
| /src/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()
|
| H A D | ELF_ppc64.cpp | 66 auto &TLSInfoEntry = G.createMutableContentBlock( in createEntry() local 69 TLSInfoEntry.addEdge(ppc64::Pointer64, 8, Target, 0); in createEntry() 70 return G.addAnonymousSymbol(TLSInfoEntry, 0, 16, false, false); in createEntry()
|
| /src/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()
|