Home
last modified time | relevance | path

Searched defs:getRelocationAt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h366 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
H A DBinaryFunction.h805 const Relocation *getRelocationAt(uint64_t Offset) const { in getRelocationAt() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2075 const Relocation *BinaryContext::getRelocationAt(uint64_t Address) { in getRelocationAt() function in llvm::bolt::BinaryContext