Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h138 void readRelocations(const object::SectionRef &Section);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2005 readRelocations(Section); in processRelocations()
2267 void RewriteInstance::readRelocations(const SectionRef &Section) { in readRelocations() function in RewriteInstance