Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2281 StringRef RelocatedSectionName = cantFail(RelocatedSection.getName()); in readRelocations() local
2283 << RelocatedSectionName << '\n'); in readRelocations()
2290 const bool SkipRelocs = StringSwitch<bool>(RelocatedSectionName) in readRelocations()