Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 25 of 34) 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.cpp46 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
50 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
DMCSectionELF.cpp61 OS << '\t' << getSectionName(); in PrintSwitchToSection()
71 printName(OS, getSectionName()); in PrintSwitchToSection()
DMCWinEH.cpp45 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
DMCContext.cpp128 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol()
306 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
DMCSectionMachO.cpp95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
DELFObjectWriter.cpp244 StrTabBuilder.add(Sec->getSectionName()); in addToSectionTable()
951 const StringRef SectionName = Sec.getSectionName(); in createRelocationSection()
995 StringRef SectionName = Section.getSectionName(); in writeSectionData()
1144 WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()), in writeSection()
DWinCOFFObjectWriter.cpp268 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection()
269 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection()
898 MCSec.getSectionName()); in writeObject()
DMCMachOStreamer.cpp127 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp194 NameOrErr = Obj.getSectionName(Shdr); in dumpSymbol()
236 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(Shdr); in dumpCommonSection()
245 NameOrErr = Obj.getSectionName(*LinkSection); in dumpCommonSection()
265 ErrorOr<StringRef> NameOrErr = Obj.getSectionName(*InfoSection); in dumpCommonRelocationSection()
386 ErrorOr<StringRef> sectionName = Obj.getSectionName(*sHdr); in dumpGroup()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h62 StringRef getSectionName() const { return SectionName; } in getSectionName() function
DMCSectionMachO.h48 StringRef getSectionName() const { in getSectionName() function
DMCSectionELF.h74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp54 ->getSectionName() in isAgentAllocationSection()
/external/llvm/include/llvm/Object/
DObjectFile.h210 virtual std::error_code getSectionName(DataRefImpl Sec,
362 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
DELF.h213 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
DELFObjectFile.h214 std::error_code getSectionName(DataRefImpl Sec,
545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
547 ErrorOr<StringRef> Name = EF.getSectionName(&*getSection(Sec)); in getSectionName()
DCOFF.h658 std::error_code getSectionName(DataRefImpl Sec,
771 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp317 StringRef Name = errorOrDefault(Obj->getSectionName(Sec)); in printVersionSymbolSection()
349 StringRef Name = errorOrDefault(Obj->getSectionName(Sec)); in printVersionDefinitionSection()
488 SectionName = errorOrDefault(Obj.getSectionName(*Sec)); in getSectionNameIndex()
505 if (Name == errorOrDefault(Obj.getSectionName(&Shdr))) in findSectionByName()
1090 StringRef Name = errorOrDefault(Obj->getSectionName(&Sec)); in printSections()
1148 StringRef Name = errorOrDefault(Obj->getSectionName(&Sec)); in printRelocations()
1221 ErrorOr<StringRef> SecName = Obj->getSectionName(*Sec); in printRelocation()
2150 ErrorOr<StringRef> Name = Obj->getSectionName(&Sec); in printStackMap()
DCOFFDumper.cpp864 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function
868 if (std::error_code EC = Obj->getSectionName(Section, SectionName)) in getSectionName()
898 getSectionName(Obj, Symbol.getSectionNumber(), Section); in printSymbol()
969 ErrorOr<StringRef> Res = getSectionName(Obj, AuxNumber, Assoc); in printSymbol()
DARMEHABIPrinter.h527 if (ErrorOr<StringRef> Name = ELF->getSectionName(EHT)) in PrintIndexTable()
548 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(&Sec)) in PrintUnwindInformation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp135 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
DAArch64AsmBackend.cpp507 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp262 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
265 return getSectionName(Sec, Result); in getSectionName()
903 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp373 MachO->getSectionName(Ref, SectionName); in darwinPrintSymbol()
778 Obj.getSectionName(Ref, SectionName); in getSymbolNMTypeChar()
868 Obj->getSectionName(Ref, SectionName); in getNsectForSegSect()

12