Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1116 void addPCRelativeDataRelocation(uint64_t Address) { in addPCRelativeDataRelocation() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2432 BC->addPCRelativeDataRelocation(Rel.getOffset()); in readRelocations()