Home
last modified time | relevance | path

Searched refs:IsPCRelative (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h113 int32_t PCRelativeOffset, bool IsPCRelative,
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h488 bool IsPCRelative; member
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1868 const bool IsPCRelative = Relocation::isPCRelative(RType); in analyzeRelocation() local
1869 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() argument
2017 SectionOffset, PCRelativeOffset, IsPCRelative, SectionName}); in insertLKMarker()
3537 if (LKMarkerInfo.IsPCRelative) in updateLKMarkers()