Lines Matching defs:IsPCRel
149 bool IsPCRel : 1;
156 SymOffset(0), Size(0), IsPCRel(false), IsTargetThumbFunc(false) {}
161 SymOffset(symoffset), Size(0), IsPCRel(false),
165 bool IsPCRel, unsigned Size)
167 SymOffset(0), Size(Size), IsPCRel(IsPCRel), IsTargetThumbFunc(false) {}
171 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
173 SectionID(id), RelType(type), Size(Size), IsPCRel(IsPCRel),
181 uint64_t SectionBOffset, bool IsPCRel, unsigned Size,
184 SectionID(id), RelType(type), Size(Size), IsPCRel(IsPCRel),