Searched refs:getSectionName (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp48 OS << '\t' << getSectionName() << '\n';
52 OS << "\t.section\t" << getSectionName() << ",\"";
78 OS << "\t.linkonce associative " << Assoc->getSectionName() << "\n";
H A DMCSectionELF.cpp63 OS << '\t' << getSectionName();
71 printName(OS, getSectionName());
H A DMCSectionMachO.cpp96 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
H A DWinCOFFObjectWriter.cpp359 COFFSection *coff_section = createSection(Sec.getSectionName());
360 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
772 MCSec.getAssocSection()->getSectionName() +
773 " for section " + MCSec.getSectionName());
H A DELFObjectWriter.cpp1013 const StringRef SectionName = Section.getSectionName();
1127 const StringRef &NameA = (*a)->getSectionName();
1128 const StringRef &NameB = (*b)->getSectionName();
1219 StringRef Name = Section.getSectionName();
1221 StringRef PreviousName = Sections[I - 1]->getSectionName();
1318 StringRef SectionName = Section.getSectionName().substr(SecNameLen);
1366 StringRef SecName(Section.getSectionName());
H A DMCWin64EH.cpp230 StringRef name = COFFSection->getSectionName();
H A DMCAsmStreamer.cpp569 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
H A DMachObjectWriter.cpp219 WriteBytes(Section.getSectionName(), 16);
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h141 StringRef getSectionName() const { function
149 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
153 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
H A DMCSectionCOFF.h71 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h61 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp82 << Section.getSectionName() << "/"
96 StringSwitch<bool>(Section.getSectionName())
108 StringSwitch<bool>(Section.getSectionName())
120 StringSwitch<bool>(Section.getSectionName())
H A DARMELFStreamer.cpp675 StringRef FnSecName(FnSection.getSectionName());
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DCOFF.h258 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
334 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
H A DObjectFile.h304 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
469 return OwningObject->getSectionName(SectionPimpl, Result);
H A DMachO.h76 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
H A DELF.h406 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
894 return getSectionName(ContainingSec);
905 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { function in class:llvm::object::ELFFile
H A DELFObjectFile.h75 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
434 error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
436 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec));
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp239 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, function in class:COFFObjectFile
242 return getSectionName(sec, Result);
723 error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp659 MachOObjectFile::getSectionName(DataRefImpl Sec, StringRef &Result) const { function in class:llvm::object::MachOObjectFile
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp484 StringRef Name = errorOrDefault(Obj->getSectionName(Section));
537 StringRef Name = errorOrDefault(Obj->getSectionName(&*SecI));
625 StringRef SectionName = Sec ? errorOrDefault(Obj->getSectionName(Sec)) : "";
H A DCOFFDumper.cpp819 Obj->getSectionName(Section, SectionName);
901 (EC = Obj->getSectionName(Assoc, AssocName))) {
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp505 return Error(Loc, Twine("section '") + Current->getSectionName() +
/freebsd-10-stable/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp483 Obj.getSectionName(Ref, SectionName);

Completed in 321 milliseconds