HomeSort by relevance Sort by last modified time
    Searched refs:getSectionName (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 36 OS << '\t' << getSectionName() << '\n';
40 OS << "\t.section\t" << getSectionName() << ",\"";
MCSectionELF.cpp 38 OS << '\t' << getSectionName() << '\n';
42 StringRef name = getSectionName();
ELFObjectWriter.cpp 687 const StringRef SectionName = Section.getSectionName();
785 const StringRef &NameA = secA->getSectionName();
786 const StringRef &NameB = secB->getSectionName();
877 StringRef Name = Section.getSectionName();
879 StringRef PreviousName = Sections[I - 1]->getSectionName();
    [all...]
MCSectionMachO.cpp 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
MCWin64EH.cpp 210 StringRef name = COFFSection->getSectionName();
WinCOFFObjectWriter.cpp 371 COFFSection *coff_section = createSection(Sec.getSectionName());
372 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
MCAsmStreamer.cpp 514 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]
MachObjectWriter.cpp 203 WriteBytes(Section.getSectionName(), 16);
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 52 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 58 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 140 StringRef getSectionName() const {
  /frameworks/compile/linkloader/include/impl/
ELFSectionHeader.hxx 28 return owner->getSectionName(getNameIndex());
ELFObject.hxx 80 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
  /frameworks/compile/linkloader/include/
ELFObject.h 71 char const *getSectionName(size_t i) const;
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 191 return getSection(Data->getSectionName(), Data->getType(),
197 return getSection(BSS->getSectionName(), BSS->getType(), BSS->getFlags(), 4);
203 return getSection(Ctor->getSectionName(), Ctor->getType(), Ctor->getFlags());
209 return getSection(Dtor->getSectionName(), Dtor->getType(), Dtor->getFlags());
216 return getSection(Text->getSectionName(), Text->getType(), Text->getFlags());
224 return getSection(JT->getSectionName(), JT->getType(), JT->getFlags(),
249 return getSection(CPSect->getSectionName(), CPSect->getType(),
337 if (StringRef(S.getSectionName()).startswith(".gnu.linkonce."))
371 getSection(S->getSectionName(), S->getType(), S->getFlags());
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 64 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
ObjectFile.h 259 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
401 return OwningObject->getSectionName(SectionPimpl, Result);
COFF.h 121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
  /external/llvm/lib/Object/
ELFObjectFile.cpp 341 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
717 ::getSectionName(DataRefImpl Sec,
    [all...]
COFFObjectFile.cpp 302 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
MachOObjectFile.cpp 392 error_code MachOObjectFile::getSectionName(DataRefImpl DRI,

Completed in 532 milliseconds