Lines Matching refs:SectionID
67 // When a module is loaded we save the SectionID of the unwind
101 generateRelocationStub(unsigned SectionID, StringRef TargetName,
105 SectionEntry &Section = Sections[SectionID];
108 OriginalRelValueRef.SectionID = SectionID;
129 const RelocationEntry RE(SectionID, Offset, RelType, Addend);
143 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI,
170 SectionEntry &AddendSection = Sections[SectionID];
178 TargetSectionID = SectionID;
179 TargetOffset = getDLLImportOffset(SectionID, Stubs, TargetName);
205 SectionID, TargetName, Offset, RelType, Addend, Stubs);
242 LLVM_DEBUG(dbgs() << "\t\tIn Section " << SectionID << " Offset " << Offset
248 RelocationEntry RE(SectionID, Offset, RelType, Addend);
251 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);
258 const auto Section = Sections[RE.SectionID];
349 assert(static_cast<uint32_t>(RE.SectionID) <= UINT16_MAX &&
351 add16(Target, RE.SectionID);