Home
last modified time | relevance | path

Searched refs:IsJmpRel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h135 void readDynamicRelocations(const object::SectionRef &Section, bool IsJmpRel);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2219 bool IsJmpRel) { in readDynamicRelocations() argument
2257 if (IsJmpRel) in readDynamicRelocations()
4966 const bool IsJmpRel = in patchELFAllocatableRelaSections() local
4968 uint64_t &Offset = IsJmpRel ? RelPltOffset : RelDynOffset; in patchELFAllocatableRelaSections()
4970 IsJmpRel ? RelPltEndOffset : RelDynEndOffset; in patchELFAllocatableRelaSections()