Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h145 : BC(BC), Name(Name), Section(Section.getSectionRef()), in BinarySection()
231 return getSectionRef().isText(); in isText()
237 return getSectionRef().isData(); in isData()
274 SectionRef getSectionRef() const { return Section; } in getSectionRef() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1979 readDynamicRelocations(PLTRelSectionOrErr->getSectionRef(), in processDynamicRelocations()
1993 readDynamicRelocations(DynamicRelSectionOrErr->getSectionRef(), in processDynamicRelocations()
4609 Function->getOriginSection()->getSectionRef().getIndex()) in updateELFSymbolTable()
4737 ? getNewSectionIndex(OriginSection->getSectionRef().getIndex()) in updateELFSymbolTable()