Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h408 const Relocation *getDynamicRelocationAt(uint64_t Offset) const { getDynamicRelocationAt() function
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp2267 BinaryContext::getDynamicRelocationAt(uint64_t Address) const { getDynamicRelocationAt() function in llvm::bolt::BinaryContext