Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2411 ErrorOr<BinarySection &> ReferencedSection = in readRelocations() local
2414 const bool IsToCode = ReferencedSection && ReferencedSection->isText(); in readRelocations()
2453 if (!ReferencedSection && !ForceRelocation) { in readRelocations()
2484 assert(ReferencedSection && "section expected for section relocation"); in readRelocations()
2485 if (*ReferencedBF->getOriginSection() != *ReferencedSection) { in readRelocations()
2653 if ((ReferencedSection && refersToReorderedSection(ReferencedSection)) || in readRelocations()