Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp648 const Twine &Label, unsigned EntriesNum);
3624 std::string EntriesNum = "<?>"; in printRelocations() local
3626 EntriesNum = std::to_string(*NumOrErr); in printRelocations()
3635 << utohexstr(Offset, /*LowerCase=*/true) << " contains " << EntriesNum in printRelocations()
4532 const typename ELFT::Shdr &Sec, const Twine &Label, unsigned EntriesNum) { in printGNUVersionSectionProlog() argument
4537 << "contains " << EntriesNum << " entries:\n"; in printGNUVersionSectionProlog()