Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h372 const Relocation *getDynamicRelocationAt(uint64_t Offset) const { in getDynamicRelocationAt() function
H A DBinaryContext.h1126 const Relocation *getDynamicRelocationAt(uint64_t Address);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2083 const Relocation *BinaryContext::getDynamicRelocationAt(uint64_t Address) { in getDynamicRelocationAt() function in llvm::bolt::BinaryContext
2088 return Section->getDynamicRelocationAt(Address - Section->getAddress()); in getDynamicRelocationAt()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1157 BC.getDynamicRelocationAt(TargetAddress)) in simplifyRODataLoads()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1273 const Relocation *Rel = BC->getDynamicRelocationAt(TargetAddress); in createPLTBinaryFunction()
2353 if (!IsAArch64 && BC->getDynamicRelocationAt(Rel.getOffset())) { in readRelocations()