Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
DMCSectionCOFF.cpp45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DMCSectionELF.cpp66 OS << '\t' << getSectionName(); in PrintSwitchToSection()
74 printName(OS, getSectionName()); in PrintSwitchToSection()
DMCWinEH.cpp44 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
DMCContext.cpp119 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol()
272 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
402 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
DMCSectionMachO.cpp95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
DELFObjectWriter.cpp1119 const StringRef SectionName = Section.getSectionName(); in createRelocationSection()
1227 StringRef SectionName = Section.getSectionName(); in CompressDebugSection()
1272 StringRef SectionName = Section.getSectionName(); in CompressDebugSections()
1408 ShStrTabBuilder.add(Section.getSectionName()); in CreateMetadataSections()
1474 sh_link = ShStrTabBuilder.getOffset(Section.getSectionName()); in writeSection()
1506 WriteSecHdrEntry(ShStrTabBuilder.getOffset(Section.getSectionName()), in writeSection()
DWinCOFFObjectWriter.cpp305 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection()
306 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in DefineSection()
921 MCSec.getSectionName()); in WriteObject()
DMCMachOStreamer.cpp130 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp156 NameOrErr = Obj.getSectionName(Shdr); in dumpSymbol()
194 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(Shdr); in dumpCommonSection()
201 NameOrErr = Obj.getSectionName(LinkSection); in dumpCommonSection()
219 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(InfoSection); in dumpCommonRelocationSection()
311 ErrorOr<StringRef> sectionName = Obj.getSectionName(sHdr); in dumpGroup()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
DMCSectionELF.h72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp134 RefSec.getSectionName() == "__cfstring") in canUseLocalRelocation()
138 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
DAArch64AsmBackend.cpp510 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
/external/llvm/include/llvm/Object/
DObjectFile.h224 virtual std::error_code getSectionName(DataRefImpl Sec,
384 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
DELF.h420 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
904 return getSectionName(ContainingSec); in getSymbolName()
915 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
DELFObjectFile.h93 std::error_code getSectionName(DataRefImpl Sec,
437 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
439 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec)); in getSectionName()
DCOFF.h594 std::error_code getSectionName(DataRefImpl Sec,
709 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
DMachO.h217 std::error_code getSectionName(DataRefImpl Sec,
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp845 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function
849 if (std::error_code EC = Obj->getSectionName(Section, SectionName)) in getSectionName()
879 getSectionName(Obj, Symbol.getSectionNumber(), Section); in printSymbol()
954 ErrorOr<StringRef> Res = getSectionName(Obj, AuxNumber, Assoc); in printSymbol()
DARMEHABIPrinter.h515 if (ErrorOr<StringRef> Name = ELF->getSectionName(EHT)) in PrintIndexTable()
539 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(IT)) in PrintUnwindInformation()
DELFDumper.cpp160 SectionName = errorOrDefault(Obj.getSectionName(Sec)); in getSectionNameIndex()
577 StringRef Name = errorOrDefault(Obj->getSectionName(Section)); in printSections()
630 StringRef Name = errorOrDefault(Obj->getSectionName(&*SecI)); in printRelocations()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp370 MachO->getSectionName(Ref, SectionName); in darwinPrintSymbol()
756 Obj.getSectionName(Ref, SectionName); in getSymbolNMTypeChar()
860 Obj->getSectionName(Ref, SectionName); in getNsectForSegSect()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp323 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
326 return getSectionName(Sec, Result); in getSectionName()
942 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile

12