Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1288 StringRef PLTContents = Section.getContents(); in disassemblePLTSectionAArch64() local
1290 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize); in disassemblePLTSectionAArch64()
1349 StringRef PLTContents = Section.getContents(); in disassemblePLTSectionX86() local
1351 reinterpret_cast<const uint8_t *>(PLTContents.data()), SectionSize); in disassemblePLTSectionX86()