Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h135 void readDynamicRelocations(const object::SectionRef &Section, bool IsJmpRel);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1979 readDynamicRelocations(PLTRelSectionOrErr->getSectionRef(), in processDynamicRelocations()
1993 readDynamicRelocations(DynamicRelSectionOrErr->getSectionRef(), in processDynamicRelocations()
2218 void RewriteInstance::readDynamicRelocations(const SectionRef &Section, in readDynamicRelocations() function in RewriteInstance