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

  /external/llvm/lib/MC/
MCSectionCOFF.cpp 48 OS << '\t' << getSectionName() << '\n';
52 OS << "\t.section\t" << getSectionName() << ",\"";
78 OS << "\t.linkonce associative " << Assoc->getSectionName() << "\n";
MCSectionELF.cpp 40 OS << '\t' << getSectionName();
47 StringRef name = getSectionName();
MCSectionMachO.cpp 96 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName();
WinCOFFObjectWriter.cpp 371 COFFSection *coff_section = createSection(Sec.getSectionName());
372 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName());
778 MCSec.getAssocSection()->getSectionName() +
779 " for section " + MCSec.getSectionName());
ELFObjectWriter.cpp     [all...]
MCWin64EH.cpp 210 StringRef name = COFFSection->getSectionName();
MachObjectWriter.cpp 218 WriteBytes(Section.getSectionName(), 16);
    [all...]
MCAsmStreamer.cpp 573 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 63 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 244 StringRef FnSecName(FnSection.getSectionName());
  /frameworks/rs/cpu_ref/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/cpu_ref/linkloader/include/
ELFObject.h 73 char const *getSectionName(size_t i) const;
  /external/llvm/include/llvm/Object/
COFF.h 227 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
300 error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
ObjectFile.h 309 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const = 0;
478 return OwningObject->getSectionName(SectionPimpl, Result);
MachO.h 79 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
ELF.h 665 error_code getSectionName(const Elf_Shdr *section,
691 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 308 error_code COFFObjectFile::getSectionName(DataRefImpl Sec,
311 return getSectionName(sec, Result);
700 error_code COFFObjectFile::getSectionName(const coff_section *Sec,
MachOObjectFile.cpp 676 MachOObjectFile::getSectionName(DataRefImpl Sec, StringRef &Result) const {
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 459 return Error(Loc, Twine("section '") + Current->getSectionName() +
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 819 Obj->getSectionName(Section, SectionName);
    [all...]
ELFDumper.cpp 640 Obj->getSectionName(Section, SectionName);

Completed in 166 milliseconds