Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/MC/
HDMCAsmInfoDarwin.cpp32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols()
36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
HDMCSectionCOFF.cpp45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection()
49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
HDMCSectionELF.cpp66 OS << '\t' << getSectionName(); in PrintSwitchToSection()
76 printName(OS, getSectionName()); in PrintSwitchToSection()
HDMCContext.cpp130 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol()
308 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection()
439 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
HDMCWinEH.cpp45 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
HDMCSectionMachO.cpp95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
HDELFObjectWriter.cpp241 StrTabBuilder.add(Sec->getSectionName()); in addToSectionTable()
939 const StringRef SectionName = Sec.getSectionName(); in createRelocationSection()
1008 StringRef SectionName = Section.getSectionName(); in writeSectionData()
1150 WriteSecHdrEntry(StrTabBuilder.getOffset(Section.getSectionName()), in writeSection()
HDWinCOFFObjectWriter.cpp301 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection()
302 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection()
940 MCSec.getSectionName()); in writeObject()
HDMCMachOStreamer.cpp126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionCOFF.h63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
HDMCSectionMachO.h49 StringRef getSectionName() const { in getSectionName() function
HDMCSectionELF.h75 StringRef getSectionName() const { return SectionName; } in getSectionName() function
/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h211 virtual std::error_code getSectionName(DataRefImpl Sec,
363 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
HDELFObjectFile.h212 std::error_code getSectionName(DataRefImpl Sec,
538 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() function
540 ErrorOr<StringRef> Name = EF.getSectionName(&*toELFShdrIter(Sec)); in getSectionName()
HDCOFF.h659 std::error_code getSectionName(DataRefImpl Sec,
772 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
HDELF.h378 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
939 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
HDMachO.h219 std::error_code getSectionName(DataRefImpl Sec,
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp168 SectionName = errorOrDefault(Obj.getSectionName(*Sec)); in getSectionNameIndex()
185 if (Name == errorOrDefault(Obj.getSectionName(&Shdr))) in findSectionByName()
624 StringRef Name = errorOrDefault(Obj->getSectionName(&Sec)); in printSections()
676 StringRef Name = errorOrDefault(Obj->getSectionName(&Sec)); in printRelocations()
756 ErrorOr<StringRef> SecName = Obj->getSectionName(*Sec); in printRelocation()
1609 ErrorOr<StringRef> Name = Obj->getSectionName(&Sec); in printStackMap()
HDCOFFDumper.cpp866 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function
870 if (std::error_code EC = Obj->getSectionName(Section, SectionName)) in getSectionName()
900 getSectionName(Obj, Symbol.getSectionNumber(), Section); in printSymbol()
975 ErrorOr<StringRef> Res = getSectionName(Obj, AuxNumber, Assoc); in printSymbol()
HDARMEHABIPrinter.h515 if (ErrorOr<StringRef> Name = ELF->getSectionName(EHT)) in PrintIndexTable()
536 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(&Sec)) in PrintUnwindInformation()
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp321 MachO->getSectionName(Ref, SectionName); in darwinPrintSymbol()
708 Obj.getSectionName(Ref, SectionName); in getSymbolNMTypeChar()
792 Obj->getSectionName(Ref, SectionName); in getNsectForSegSect()
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp133 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
HDAArch64AsmBackend.cpp507 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() function in COFFObjectFile
264 return getSectionName(Sec, Result); in getSectionName()
885 std::error_code COFFObjectFile::getSectionName(const coff_section *Sec, in getSectionName() function in COFFObjectFile
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDCOFFAsmParser.cpp525 return Error(Loc, Twine("section '") + Current->getSectionName() + in ParseDirectiveLinkOnce()

12