Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7713 Expected<MapVector<const Elf_Shdr *, const Elf_Shdr *>> SecToRelocMapOrErr = in printCGProfile() local
7715 if (!SecToRelocMapOrErr) { in printCGProfile()
7717 toString(SecToRelocMapOrErr.takeError())); in printCGProfile()
7721 for (const auto &CGMapEntry : *SecToRelocMapOrErr) { in printCGProfile()