Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1062 ErrorOr<const BinarySection &> getSectionForAddress(uint64_t Address) const { in getSectionForAddress() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1909 ErrorOr<BinarySection &> BinaryContext::getSectionForAddress(uint64_t Address) { in getSectionForAddress() function in llvm::bolt::BinaryContext