Lines Matching +full:mc +full:- +full:sid
1 //===-- RuntimeDyldELF.h - Run-time dynamic linker for MC-JIT ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // ELF support for MC-JIT runtime dynamic linker.
11 //===----------------------------------------------------------------------===//
30 uint64_t SymOffset = 0, SID SectionID = 0);
67 return 8; // 32-bit instruction and 32-bit address
75 return 6; // 2-byte jmp instruction + 32-bit relative address
143 DenseMap<SID, SID> SectionToGOTMap;
156 SmallVector<SID, 2> UnregisteredEHFrameSections;
198 // Process a GOTTPOFF TLS relocation for x86-64
199 // NOLINTNEXTLINE(readability-identifier-naming)
203 // Process a TLSLD/TLSGD relocation for x86-64
204 // NOLINTNEXTLINE(readability-identifier-naming)