Home
last modified time | relevance | path

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

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