Searched refs:getSectionNameForAddress (Results 1 – 3 of 3) sorted by relevance
1053 ErrorOr<StringRef> getSectionNameForAddress(uint64_t Address) const;
2605 BC->getSectionNameForAddress(SymbolAddress)->startswith(".plt")) && in readRelocations()4665 << *BC->getSectionNameForAddress(Symbol.st_value) << " (" in updateELFSymbolTable()
1923 BinaryContext::getSectionNameForAddress(uint64_t Address) const { in getSectionNameForAddress() function in llvm::bolt::BinaryContext