Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h313 bool hasPendingRelocations() const { return !PendingRelocations.empty(); } in hasPendingRelocations() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4088 assert(!Section.hasPendingRelocations() && "cannot have pending relocs"); in rewriteNoteSections()