Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp956 ErrorOr<BinarySection &> BSection = BC->getSectionForAddress(Address); in discoverFileObjects() local
957 if (BSection && getPLTSectionInfo(BSection->getName())) in discoverFileObjects()