Home
last modified time | relevance | path

Searched defs:IsPCRelative (Results 1 – 2 of 2) sorted by relevance

/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
2015 bool IsPCRelative, StringRef SectionName) { in insertLKMarker()