Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h487 struct PLTSectionInfo { struct
493 const PLTSectionInfo X86_64_PLTSections[4] = { argument
501 const PLTSectionInfo AArch64_PLTSections[3] = {
506 const PLTSectionInfo *getPLTSectionInfo(StringRef SectionName) { in getPLTSectionInfo()
507 const PLTSectionInfo *PLTSI = nullptr; in getPLTSectionInfo()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1408 const PLTSectionInfo *PLTSI = getPLTSectionInfo(Section.getName()); in disassemblePLT()