HomeSort by relevance Sort by last modified time
    Searched refs:getSectionName (Results 1 - 22 of 22) 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();
MCSectionMachO.cpp 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
ELFObjectWriter.cpp     [all...]
MCWin64EH.cpp 210 StringRef name = COFFSection->getSectionName();
WinCOFFObjectWriter.cpp 371 COFFSection *coff_section = createSection(Sec.getSectionName());
372 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
MachObjectWriter.cpp 218 WriteBytes(Section.getSectionName(), 16);
    [all...]
MCAsmStreamer.cpp 581 OS << MOSection->getSegmentName() << "," << MOSection->getSectionName();
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 141 StringRef getSectionName() const {
149 return StringRef(getSegmentName().str() + getSectionName().str() + "_begin");
153 return StringRef(getSegmentName().str() + getSectionName().str() + "_end");
MCSectionCOFF.h 52 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 61 StringRef getSectionName() const { return SectionName; }
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 82 << Section.getSectionName() << "/"
96 StringSwitch<bool>(Section.getSectionName())
108 StringSwitch<bool>(Section.getSectionName())
120 StringSwitch<bool>(Section.getSectionName())
ARMELFStreamer.cpp 226 StringRef FnSecName(FnSection.getSectionName());
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionHeader.hxx 28 return owner->getSectionName(getNameIndex());
ELFObject.hxx 81 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
  /frameworks/rs/driver/linkloader/include/
ELFObject.h 73 char const *getSectionName(size_t i) const;
  /external/llvm/include/llvm/Object/
COFF.h 122 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
195 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
MachO.h 72 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
ObjectFile.h 311 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
479 return OwningObject->getSectionName(SectionPimpl, Result);
ELF.h 648 error_code getSectionName(const Elf_Shdr *section,
671 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 307 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
310 return getSectionName(sec, Result);
661 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
MachOObjectFile.cpp 484 error_code MachOObjectFile::getSectionName(DataRefImpl DRI,
    [all...]

Completed in 860 milliseconds