Searched refs:TLSInfo (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 574 TLSInfoTableManager_ELF_aarch64 TLSInfo; in buildTables_ELF_aarch64() local 575 TLSDescTableManager_ELF_aarch64 TLSDesc(TLSInfo); in buildTables_ELF_aarch64() 576 visitExistingEdges(G, GOT, PLT, TLSDesc, TLSInfo); in buildTables_ELF_aarch64()
|
| H A D | ELF_x86_64.cpp | 93 TLSInfoTableManager_ELF_x86_64 TLSInfo; in buildTables_ELF_x86_64() local 94 visitExistingEdges(G, GOT, PLT, TLSInfo); in buildTables_ELF_x86_64()
|
| H A D | ELF_ppc64.cpp | 162 TLSInfoTableManager_ELF_ppc64<Endianness> TLSInfo; in buildTables_ELF_ppc64() local 163 visitExistingEdges(G, TOC, PLT, TLSInfo); in buildTables_ELF_ppc64()
|