Home
last modified time | relevance | path

Searched refs:getSectionNameForAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1053 ErrorOr<StringRef> getSectionNameForAddress(uint64_t Address) const;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2605 BC->getSectionNameForAddress(SymbolAddress)->startswith(".plt")) && in readRelocations()
4665 << *BC->getSectionNameForAddress(Symbol.st_value) << " (" in updateELFSymbolTable()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1923 BinaryContext::getSectionNameForAddress(uint64_t Address) const { in getSectionNameForAddress() function in llvm::bolt::BinaryContext