Searched refs:getRelocationAt (Results 1 – 6 of 6) sorted by relevance
113 Relocation = Function.getRelocationAt(InstOffset + ImmOffset); in tryAddingSymbolicOperand()
366 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
1113 const Relocation *getRelocationAt(uint64_t Address);
805 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
556 if (Type == JumpTable::JTT_NORMAL && !getRelocationAt(EntryAddress)) { in analyzeJumpTable()2075 const Relocation *BinaryContext::getRelocationAt(uint64_t Address) { in getRelocationAt() function in llvm::bolt::BinaryContext2080 return Section->getRelocationAt(Address - Section->getAddress()); in getRelocationAt()
1156 if (BC.getRelocationAt(TargetAddress) || in simplifyRODataLoads()