Searched refs:IsPCRelative (Results 1 – 3 of 3) sorted by relevance
113 int32_t PCRelativeOffset, bool IsPCRelative,
488 bool IsPCRelative; member
1868 const bool IsPCRelative = Relocation::isPCRelative(RType); in analyzeRelocation() local1869 const uint64_t PCRelOffset = IsPCRelative && !IsAArch64 ? Rel.getOffset() : 0; in analyzeRelocation()1907 if (Section->containsAddress(ExtractedValue) && !IsPCRelative) { in analyzeRelocation()1929 if (ExtractedValue || Addend == 0 || IsPCRelative) { in analyzeRelocation()2015 bool IsPCRelative, StringRef SectionName) { in insertLKMarker() argument2017 SectionOffset, PCRelativeOffset, IsPCRelative, SectionName}); in insertLKMarker()3537 if (LKMarkerInfo.IsPCRelative) in updateLKMarkers()