Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DJumpTable.cpp96 getOutputSection().removeRelocationAt(EntryOffset); in updateOriginal()
H A DBinaryContext.cpp2069 bool BinaryContext::removeRelocationAt(uint64_t Address) { in removeRelocationAt() function in llvm::bolt::BinaryContext
2072 return Section->removeRelocationAt(Address - Section->getAddress()); in removeRelocationAt()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h316 bool removeRelocationAt(uint64_t Offset) { in removeRelocationAt() function
H A DBinaryContext.h1129 bool removeRelocationAt(uint64_t Address);