reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ELFDumper.cpp
 4877     if (Expected<StringRef> NameOrErr = Sec.getName())
 4885       if (StackSizeRelocMap.count(Sec) == 0) {
 4886         StackSizeRelocMap[Sec] = NullSection;
 4892     const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
 4897     Expected<section_iterator> RelSecOrErr = Sec.getRelocatedSection();
 4916     StackSizeRelocMap[Obj->toSectionRef(ContentsSec)] = Sec;