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

/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp36 OS << '\t' << getSectionName() << '\n';
40 OS << "\t.section\t" << getSectionName() << ",\"";
H A DMCSectionELF.cpp38 OS << '\t' << getSectionName() << '\n';
42 StringRef name = getSectionName();
H A DMCSectionMachO.cpp95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
H A DELFObjectWriter.cpp988 const StringRef SectionName = Section.getSectionName();
1096 const StringRef &NameA = secA->getSectionName();
1097 const StringRef &NameB = secB->getSectionName();
1188 StringRef Name = Section.getSectionName();
1190 StringRef PreviousName = Sections[I - 1]->getSectionName();
1287 StringRef SectionName = Section.getSectionName().substr(SecNameLen);
H A DMCWin64EH.cpp210 StringRef name = COFFSection->getSectionName();
H A DWinCOFFObjectWriter.cpp373 COFFSection *coff_section = createSection(Sec.getSectionName());
374 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
H A DMCAsmStreamer.cpp544 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
H A DMachObjectWriter.cpp204 WriteBytes(Section.getSectionName(), 16);
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h52 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h59 StringRef getSectionName() const { return SectionName; } function in class:llvm::MCSectionELF
H A DMCSectionMachO.h141 StringRef getSectionName() const { function in class:llvm::MCSectionMachO
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp88 << Section.getSectionName() << "/"
102 StringSwitch<bool>(Section.getSectionName())
114 StringSwitch<bool>(Section.getSectionName())
126 StringSwitch<bool>(Section.getSectionName())
/external/llvm/include/llvm/Object/
H A DCOFF.h121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
193 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
H A DMachO.h67 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
H A DObjectFile.h304 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
468 return OwningObject->getSectionName(SectionPimpl, Result);
H A DELF.h527 error_code getSectionName(const Elf_Shdr *section,
551 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
1052 ::getSectionName(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
2343 ::getSectionName(const Elf_Shdr *section, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp302 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, function in class:COFFObjectFile
305 return getSectionName(sec, Result);
649 error_code COFFObjectFile::getSectionName(const coff_section *Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp469 error_code MachOObjectFile::getSectionName(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile

Completed in 171 milliseconds