/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 152 Elf_Shdr_Iter toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 157 DataRefImpl toDRI(Elf_Shdr_Iter Sec) const { in toDRI() 163 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 282 uint64_t ELFObjectFile<ELFT>::getSectionFlags(SectionRef Sec) const { in getSectionFlags() 288 uint32_t ELFObjectFile<ELFT>::getSectionType(SectionRef Sec) const { in getSectionType() 424 DataRefImpl Sec; in getSymbolSection() local 432 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 437 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() 447 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() 452 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() [all …]
|
D | ELF.h | 539 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() 586 ELFFile<ELFT>::getRelocationSymbol(const Elf_Shdr *Sec, const RelT *Rel) const { in getRelocationSymbol() 659 for (const Elf_Shdr &Sec : sections()) { in ELFFile() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 31 const MCSectionELF *Sec = in EmitMipsOptionRecord() local 49 const MCSectionELF *Sec = Context.getELFSection( in EmitMipsOptionRecord() local
|
D | MipsTargetStreamer.cpp | 567 const MCSectionELF *Sec = Context.getELFSection( in emitDirectiveEnd() local 789 const MCSectionELF *Sec = Context.getELFSection( in emitMipsAbiFlags() local
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 307 const coff_section *Sec = nullptr; in getSymbolSection() local 318 const coff_section *Sec = toSec(Ref); in moveSectionNext() local 325 const coff_section *Sec = toSec(Ref); in getSectionName() local 330 const coff_section *Sec = toSec(Ref); in getSectionAddress() local 340 const coff_section *Sec = toSec(Ref); in getSectionContents() local 348 const coff_section *Sec = toSec(Ref); in getSectionAlignment() local 353 const coff_section *Sec = toSec(Ref); in isSectionText() local 358 const coff_section *Sec = toSec(Ref); in isSectionData() local 363 const coff_section *Sec = toSec(Ref); in isSectionBSS() local 371 const coff_section *Sec = toSec(Ref); in isSectionVirtual() local [all …]
|
D | MachOObjectFile.cpp | 89 unsigned Sec) { in getSectionPtr() 238 DataRefImpl Sec) { in getSectionFlags() 315 const char *Sec = getSectionPtr(this, Load, J); in MachOObjectFile() local 454 DataRefImpl Sec; in getSymbolSize() local 550 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName() 569 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents() 627 bool MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol() 676 DataRefImpl Sec; in getRelocationAddress() local 2276 const char *Sec = getSectionPtr(this, L, Index); in getSection() local 2282 const char *Sec = getSectionPtr(this, L, Index); in getSection64() local [all …]
|
D | IRObjectFile.cpp | 259 for (const SectionRef &Sec : Obj.sections()) { in findBitcodeInObject() local
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes() local 168 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSectionSizes() local 209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes() local 235 MachO::section Sec = MachO->getSection(Load, J); in PrintDarwinSegmentSizes() local
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 72 const SectionRef &Sec) { in getRelocSections() 87 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() 115 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() 200 const SectionRef &Sec = *SecI; in dumpCXXData() local
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 159 const typename ELFO::Elf_Shdr *Sec = Obj.getSection(SectionIndex); in getSectionNameIndex() local 643 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) { in printRelocations() 667 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec, in printRelocation()
|
D | MachODumper.cpp | 293 DataRefImpl Sec, in getSection()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 302 MCSectionCOFF const &Sec = in DefineSection() local 428 COFFSection *Sec = in DefineSymbol() local 942 COFFSection *Sec = SectionMap[&Section.getSection()]; in WriteObject() local
|
D | MCObjectStreamer.cpp | 417 const MCSection *Sec = getCurrentSection().first; in EmitZeros() local
|
D | MCContext.cpp | 392 MCContext::getAssociativeCOFFSection(const MCSectionCOFF *Sec, in getAssociativeCOFFSection()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 296 const MCSection &Sec = Symbol->getSection(); in RecordRelocation() local
|
D | AArch64ELFStreamer.cpp | 180 auto Sec = getCurrentSection().first; in EmitMappingSymbol() local
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 189 for (const auto &Sec : Doc.Sections) in initSectionHeaders() local 193 for (const auto &Sec : Doc.Sections) { in initSectionHeaders() local
|
D | yaml2coff.cpp | 66 COFFYAML::Section &Sec = *i; in parseSections() local
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 70 for (const Elf_Shdr &Sec : Obj.sections()) { in dump() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 78 SectionRef Sec = Obj.getRelocationSection(RelInfo); in getRelocationValueRef() local
|
D | RuntimeDyldELF.cpp | 84 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec, in updateSectionAddress() 129 for (const auto &Sec : Obj->sections()) { in createRTDyldELFObject() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 210 const MCSection &Sec = Symbol->getSection(); in RecordX86_64Relocation() local
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 366 section_iterator Sec = MachO->section_end(); in darwinPrintSymbol() local 752 section_iterator Sec = Obj.section_end(); in getSymbolNMTypeChar() local
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 72 const MCSection *Sec = getContext().getELFSection(NameData, in emitPersonalityValue() local 1029 const MCSection *Sec = getDrectveSection(); in emitModuleFlags() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 388 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols() local 416 MachO::section Sec = O->getSection(Load, J); in PrintIndirectSymbols() local 791 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() local 794 const MachO::section Sec = O->getSection(Ref); in DumpLiteralPointerSection() local 880 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection() local 883 const MachO::section Sec = O->getSection(Ref); in DumpLiteralPointerSection() local 1059 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents() local 1063 const MachO::section Sec = O->getSection(Ref); in DumpSectionContents() local 2134 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer() local 2155 MachO::section Sec = info->O->getSection(Load, J); in GuessCstringPointer() local [all …]
|