reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
295 getSectionName(const Elf_Shdr *Section,
698 return EF.getSectionName(&*getSection(Sec));
tools/lld/ELF/InputSection.cpp 451 CHECK(file->getObj().getSectionName(&sec), file) +
tools/lld/ELF/Relocations.cpp 664 file->getObj().getSectionName(&objSections[sym.discardedSecIdx]), file);
tools/llvm-objcopy/ELF/Object.cpp1490 StringRef Name = unwrapOrError(ElfFile.getSectionName(&Shdr)); 1512 Sec.Name = unwrapOrError(ElfFile.getSectionName(&Shdr));tools/llvm-objdump/ELFDump.cpp
92 auto SecName = EF.getSectionName(SymSec);
tools/llvm-readobj/ARMEHABIPrinter.h557 if (auto Name = ELF->getSectionName(EHT)) 579 if (auto SectionName = ELF->getSectionName(&Sec))tools/llvm-readobj/DwarfCFIEHPrinter.h
89 auto SectionName = Obj->getSectionName(&Shdr); 110 auto SectionName = Obj->getSectionName(EHFrameHdrShdr);tools/llvm-readobj/ELFDumper.cpp
347 unwrapOrError(ObjF->getFileName(), Obj->getSectionName(DotSymtabSec)); 862 SectionName = unwrapOrError(ObjF->getFileName(), Obj->getSectionName(Sec)); 880 if (Name == unwrapOrError(FileName, Obj.getSectionName(&Shdr))) 1464 unwrapOrError(ObjF->getFileName(), Obj->getSectionName(DynamicSec)); 1581 unwrapOrError(ObjF->getFileName(), Obj->getSectionName(&Sec)); 2692 unwrapOrError(ObjF->getFileName(), Obj->getSectionName(&Sec)); 2854 StringRef Name = unwrapOrError(FileName, Obj->getSectionName(&Sec)); 2868 const StringRef Name = unwrapOrError(FileName, Obj->getSectionName(Sec)); 2924 TargetName = unwrapOrError(this->FileName, Obj->getSectionName(Sec)); 3003 StringRef Name = unwrapOrError(this->FileName, Obj->getSectionName(&Sec)); 3213 ElfObj->getFileName(), Obj->getSectionName(&Sec, this->WarningHandler)); 3607 unwrapOrError(this->FileName, Obj->getSectionName(&Sec)).str() + 3621 unwrapOrError(this->FileName, Obj->getSectionName(&Sec)).str() + ' '; 3770 StringRef SecName = unwrapOrError(FileName, Obj->getSectionName(Sec)); 3776 StringRef SymTabName = unwrapOrError(FileName, Obj->getSectionName(SymTab)); 4908 EF->getSectionName(ContentsSec); 5252 StringRef Name = unwrapOrError(this->FileName, Obj->getSectionName(&Sec)); 5318 TargetName = unwrapOrError(this->FileName, Obj->getSectionName(Sec)); 5350 ElfObj->getFileName(), Obj->getSectionName(&Sec, this->WarningHandler));tools/obj2yaml/elf2yaml.cpp
101 auto NameOrErr = Obj.getSectionName(Sec);