Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1564 bool HasTextRelocations = false; in readSpecialSections() local
1595 HasTextRelocations = (bool)BC->getUniqueSectionByName(".rela.text"); in readSpecialSections()
1623 if (opts::RelocationMode == cl::BOU_TRUE && !HasTextRelocations) { in readSpecialSections()
1630 HasTextRelocations && (opts::RelocationMode != cl::BOU_FALSE); in readSpecialSections()