/external/llvm/lib/MC/ |
D | MCAsmInfoDarwin.cpp | 32 if (SMO.getSegmentName() == "__DATA" && SMO.getSectionName() == "__cfstring") in isSectionAtomizableBySymbols() 36 SMO.getSectionName() == "__objc_classrefs") in isSectionAtomizableBySymbols()
|
D | MCSectionCOFF.cpp | 45 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 49 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | MCSectionELF.cpp | 66 OS << '\t' << getSectionName(); in PrintSwitchToSection() 74 printName(OS, getSectionName()); in PrintSwitchToSection()
|
D | MCWinEH.cpp | 44 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
|
D | MCContext.cpp | 119 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol() 272 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 402 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
|
D | MCSectionMachO.cpp | 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1119 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()
|
D | WinCOFFObjectWriter.cpp | 305 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() 306 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in DefineSection() 921 MCSec.getSectionName()); in WriteObject()
|
D | MCMachOStreamer.cpp | 130 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 156 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/ |
D | MCSectionCOFF.h | 63 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionMachO.h | 49 StringRef getSectionName() const { in getSectionName() function
|
D | MCSectionELF.h | 72 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 134 RefSec.getSectionName() == "__cfstring") in canUseLocalRelocation() 138 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
|
D | AArch64AsmBackend.cpp | 510 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 224 virtual std::error_code getSectionName(DataRefImpl Sec, 384 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
|
D | ELF.h | 420 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
|
D | ELFObjectFile.h | 93 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()
|
D | COFF.h | 594 std::error_code getSectionName(DataRefImpl Sec, 709 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
|
D | MachO.h | 217 std::error_code getSectionName(DataRefImpl Sec,
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 845 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()
|
D | ARMEHABIPrinter.h | 515 if (ErrorOr<StringRef> Name = ELF->getSectionName(EHT)) in PrintIndexTable() 539 if (ErrorOr<StringRef> SectionName = ELF->getSectionName(IT)) in PrintUnwindInformation()
|
D | ELFDumper.cpp | 160 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/ |
D | llvm-nm.cpp | 370 MachO->getSectionName(Ref, SectionName); in darwinPrintSymbol() 756 Obj.getSectionName(Ref, SectionName); in getSymbolNMTypeChar() 860 Obj->getSectionName(Ref, SectionName); in getNsectForSegSect()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 323 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
|