Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h469 DenseMap<uint64_t, bool> IsJmpRelocation; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2258 IsJmpRelocation[RType] = true; in readDynamicRelocations()
4967 !!(IsJmpRelocation.find(Rel.Type) != IsJmpRelocation.end()); in patchELFAllocatableRelaSections()