/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 | 46 OS << '\t' << getSectionName() << '\n'; in PrintSwitchToSection() 50 OS << "\t.section\t" << getSectionName() << ",\""; in PrintSwitchToSection()
|
D | MCSectionELF.cpp | 61 OS << '\t' << getSectionName(); in PrintSwitchToSection() 71 printName(OS, getSectionName()); in PrintSwitchToSection()
|
D | MCWinEH.cpp | 45 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection()
|
D | MCContext.cpp | 128 StringRef Name = Section.getSectionName(); in getOrCreateSectionSymbol() 306 ELFSectionKey{Section->getSectionName(), GroupName, UniqueID}); in renameELFSection() 437 return getCOFFSection(Sec->getSectionName(), Characteristics, Sec->getKind(), in getAssociativeCOFFSection()
|
D | MCSectionMachO.cpp | 95 OS << "\t.section\t" << getSegmentName() << ',' << getSectionName(); in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 244 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()
|
D | WinCOFFObjectWriter.cpp | 268 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() 269 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection() 898 MCSec.getSectionName()); in writeObject()
|
D | MCMachOStreamer.cpp | 127 StringRef SecName = MSec.getSectionName(); in canGoAfterDWARF()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 194 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/ |
D | MCSectionCOFF.h | 62 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
D | MCSectionMachO.h | 48 StringRef getSectionName() const { in getSectionName() function
|
D | MCSectionELF.h | 74 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetObjectFile.cpp | 54 ->getSectionName() in isAgentAllocationSection()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 210 virtual std::error_code getSectionName(DataRefImpl Sec, 362 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
|
D | ELF.h | 213 ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const; 516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName() function
|
D | ELFObjectFile.h | 214 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()
|
D | COFF.h | 658 std::error_code getSectionName(DataRefImpl Sec, 771 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const;
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 317 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()
|
D | COFFDumper.cpp | 864 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()
|
D | ARMEHABIPrinter.h | 527 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/ |
D | AArch64MachObjectWriter.cpp | 135 RefSec.getSectionName() == "__objc_classrefs") in canUseLocalRelocation()
|
D | AArch64AsmBackend.cpp | 507 return SecELF->getSectionName() == ".eh_frame"; in isByteSwappedFixup()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 262 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/ |
D | llvm-nm.cpp | 373 MachO->getSectionName(Ref, SectionName); in darwinPrintSymbol() 778 Obj.getSectionName(Ref, SectionName); in getSymbolNMTypeChar() 868 Obj->getSectionName(Ref, SectionName); in getNsectForSegSect()
|