Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Section

132   // AArch64 pcrel relocation addends do not include the section offset.
172 // SymbolNum of 0 indicates the absolute section.
233 "'. Must have non-local symbol earlier in section.");
238 "'. Must have non-local symbol earlier in section.");
272 const MCSectionMachO &Section = static_cast<const MCSectionMachO &>(
276 // (i.e., it's not in the symbol table associated with a section) resolve
304 if (Section.hasAttribute(MachO::S_ATTR_DEBUG))
309 // sections, and for pointer-sized relocations (.quad), we allow section
320 // we have to be in a debug info section.
321 if (!Section.hasAttribute(MachO::S_ATTR_DEBUG) && Log2Size != 3)
325 "'. Must have non-local symbol earlier in section.");
326 // Adjust the relocation to be section-relative.
327 // The index is the section ordinal (1-based).