Home
last modified time | relevance | path

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

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