| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCAsmInfoDarwin.cpp | 32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
| HD | MCSectionCOFF.cpp | 45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
| HD | MCSectionELF.cpp | 66 OS << '\t' << getSectionName(); in PrintSwitchToSection() 76 printName(OS, getSectionName()); in PrintSwitchToSection()
|
| HD | MCContext.cpp | 130 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol() 308 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 439 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
|
| HD | MCWinEH.cpp | 45 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
|
| HD | MCSectionMachO.cpp | 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
|
| HD | ELFObjectWriter.cpp | 241 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()
|
| HD | WinCOFFObjectWriter.cpp | 301 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() 302 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection() 940 MCSec.getSectionName()); in writeObject()
|
| HD | MCMachOStreamer.cpp | 126 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCSectionCOFF.h | 63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| HD | MCSectionMachO.h | 49 StringRef getSectionName() const { in getSectionName() function
|
| HD | MCSectionELF.h | 75 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | ObjectFile.h | 211 virtual std::error_code getSectionName(DataRefImpl Sec, 363 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
|
| HD | ELFObjectFile.h | 212 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()
|
| HD | COFF.h | 659 std::error_code getSectionName(DataRefImpl Sec, 772 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
|
| HD | ELF.h | 378 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const; 939 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
|
| HD | MachO.h | 219 std::error_code getSectionName(DataRefImpl Sec,
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 168 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()
|
| HD | COFFDumper.cpp | 866 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()
|
| HD | ARMEHABIPrinter.h | 515 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/ |
| HD | llvm-nm.cpp | 321 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/ |
| HD | AArch64MachObjectWriter.cpp | 133 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
|
| HD | AArch64AsmBackend.cpp | 507 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
|
| /NextBSD/contrib/llvm/lib/Object/ |
| HD | COFFObjectFile.cpp | 261 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/ |
| HD | COFFAsmParser.cpp | 525 return Error(Loc, Twine("section '") + Current->getSectionName() + in ParseDirectiveLinkOnce()
|