Home
last modified time | relevance | path

Searched defs:removeRelocationAt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h316 bool removeRelocationAt(uint64_t Offset) { in removeRelocationAt() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2069 bool BinaryContext::removeRelocationAt(uint64_t Address) { in removeRelocationAt() function in llvm::bolt::BinaryContext