Lines Matching defs:IsPCRel
148 bool IsPCRel : 1;
155 SymOffset(0), Size(0), IsPCRel(false), IsTargetThumbFunc(false) {}
160 SymOffset(symoffset), Size(0), IsPCRel(false),
164 bool IsPCRel, unsigned Size)
166 SymOffset(0), Size(Size), IsPCRel(IsPCRel), IsTargetThumbFunc(false) {}
170 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
172 SectionID(id), RelType(type), Size(Size), IsPCRel(IsPCRel),
180 uint64_t SectionBOffset, bool IsPCRel, unsigned Size,
183 SectionID(id), RelType(type), Size(Size), IsPCRel(IsPCRel),