Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h506 const PLTSectionInfo *getPLTSectionInfo(StringRef SectionName) { in getPLTSectionInfo() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp957 if (BSection && getPLTSectionInfo(BSection->getName())) in discoverFileObjects()
1408 const PLTSectionInfo *PLTSI = getPLTSectionInfo(Section.getName()); in disassemblePLT()