Searched defs:getSectionForAddress (Results 1 – 2 of 2) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinaryContext.h | 1185 ErrorOr<const BinarySection &> getSectionForAddress(uint64_t Address) const { getSectionForAddress() function |
/llvm-project/bolt/lib/Core/ | ||
H A D | BinaryContext.cpp | 2049 ErrorOr<BinarySection &> BinaryContext::getSectionForAddress(uint64_t Address) { getSectionForAddress() function in llvm::bolt::BinaryContext |