Searched defs:getRelocationAt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinarySection.h | 402 const Relocation *getRelocationAt(uint64_t Offset) const { getRelocationAt() function |
H A D | BinaryFunction.h | 794 const Relocation *getRelocationAt(uint64_t Offset) const { getRelocationAt() function |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryContext.cpp | 2258 const Relocation *BinaryContext::getRelocationAt(uint64_t Address) const { getRelocationAt() function in llvm::bolt::BinaryContext |