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();
MCSectionMachO.cpp 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
ELFObjectWriter.cpp     [all...]
MCWin64EH.cpp 210 StringRef name = COFFSection->getSectionName();
WinCOFFObjectWriter.cpp 373 COFFSection *coff_section = createSection(Sec.getSectionName());
374 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
MCAsmStreamer.cpp 522 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 59 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 141 StringRef getSectionName() const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 88 << Section.getSectionName() << "/"
102 StringSwitch<bool>(Section.getSectionName())
114 StringSwitch<bool>(Section.getSectionName())
126 StringSwitch<bool>(Section.getSectionName())
  /frameworks/compile/linkloader/include/impl/
ELFSectionHeader.hxx 28 return owner->getSectionName(getNameIndex());
ELFObject.hxx 81 inline char const *ELFObject<Bitwidth>::getSectionName(size_t i) const {
  /frameworks/compile/linkloader/include/
ELFObject.h 73 char const *getSectionName(size_t i) const;
  /external/llvm/include/llvm/Object/
COFF.h 121 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
187 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
MachO.h 67 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
ObjectFile.h 302 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
466 return OwningObject->getSectionName(SectionPimpl, Result);
ELF.h 544 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 300 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
303 return getSectionName(sec, Result);
625 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
MachOObjectFile.cpp 469 error_code MachOObjectFile::getSectionName(DataRefImpl DRI,
    [all...]

Completed in 79 milliseconds