Home
last modified time | relevance | path

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

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