Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp5027 StringRef GOTContents = cantFail(GOTSection.getContents()); in patchELFGOT() local
5029 reinterpret_cast<const uint64_t *>(GOTContents.data()); in patchELFGOT()
5030 GOTEntry < reinterpret_cast<const uint64_t *>(GOTContents.data() + in patchELFGOT()
5031 GOTContents.size()); in patchELFGOT()