| /external/llvm/include/llvm/Object/ | 
| D | ELFObjectFile.h | 274   const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const {  in toELFShdrIter()278   DataRefImpl toDRI(const Elf_Shdr *Sec) const {  in toDRI()
 317   const Elf_Shdr *getSection(DataRefImpl Sec) const {  in getSection()
 374 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {  in getSectionFlags()
 379 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const {  in getSectionType()
 544   DataRefImpl Sec;  in getSymbolSection()  local
 558 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const {  in moveSectionNext()
 564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec,  in getSectionName()
 574 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const {  in getSectionAddress()
 579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const {  in getSectionSize()
 [all …]
 
 | 
| D | ELF.h | 114   const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const {  in symbol_begin()121   const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const {  in symbol_end()
 129   Elf_Sym_Range symbols(const Elf_Shdr *Sec) const {  in symbols()
 146   Elf_Rela_Range relas(const Elf_Shdr *Sec) const {  in relas()
 163   Elf_Rel_Range rels(const Elf_Shdr *Sec) const {  in rels()
 196   const Elf_Sym *getSymbol(const Elf_Shdr *Sec, uint32_t Index) const {  in getSymbol()
 245 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const {  in getSectionContentsAsArray()
 260 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {  in getSectionContents()
 399   ErrorOr<const Elf_Shdr *> Sec = getSection(Section);  in getEntry()  local
 467 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const {  in getStringTableForSymtab()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | ELFObjectFile.h | 242   SectionRef toSectionRef(const Elf_Shdr *Sec) const {  in toSectionRef()339   const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const {  in toELFShdrIter()
 343   DataRefImpl toDRI(const Elf_Shdr *Sec) const {  in toDRI()
 409   const Elf_Shdr *getSection(DataRefImpl Sec) const {  in getSection()
 483 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {  in getSectionFlags()
 488 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const {  in getSectionType()
 493 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const {  in getSectionOffset()
 674   DataRefImpl Sec;  in getSymbolSection()  local
 691 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const {  in moveSectionNext()
 697 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const {  in getSectionName()
 [all …]
 
 | 
| D | ELF.h | 55                                 const typename ELFT::Shdr *Sec) {  in getSecIndexForError()170   Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const {  in symbols()
 176   Expected<Elf_Rela_Range> relas(const Elf_Shdr *Sec) const {  in relas()
 180   Expected<Elf_Rel_Range> rels(const Elf_Shdr *Sec) const {  in rels()
 184   Expected<Elf_Relr_Range> relrs(const Elf_Shdr *Sec) const {  in relrs()
 376 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const {  in getSymbol()
 392 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const {  in getSectionContentsAsArray()
 427 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const {  in getSectionContents()
 660 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const {  in getStringTableForSymtab()
 669 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec,  in getStringTableForSymtab()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ | 
| D | MCFragment.h | 105   explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {}  in MCDummyFragment()121                     MCSection *Sec)  in MCEncodedFragment()
 180                                 MCSection *Sec)  in MCEncodedFragmentWithContents()
 201                               MCSection *Sec)  in MCEncodedFragmentWithFixups()
 247       : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) {  in MCEncodedFragmentWithContents()  argument
 266       : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec),  in MCEncodedFragmentWithFixups()  argument
 299       : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false),  in MCFragment()  argument
 331       : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value),  in MCFragment()  argument
 358       : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset),  in MCFragment()  argument
 383       : MCFragment(FT_LEB, false, Sec), IsSigned(IsSigned_), Value(&Value_) {  in MCFragment()  argument
 [all …]
 
 | 
| D | MCMachObjectWriter.h | 151   uint64_t getSectionAddress(const MCSection *Sec) const {  in getSectionAddress()229   void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec,  in addRelocation()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ | 
| D | MipsOptionRecord.cpp | 36     MCSectionELF *Sec =  in EmitMipsOptionRecord()  local55     MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,  in EmitMipsOptionRecord()  local
 
 | 
| /external/llvm/lib/Target/Mips/MCTargetDesc/ | 
| D | MipsOptionRecord.cpp | 31     MCSectionELF *Sec =  in EmitMipsOptionRecord()  local50     MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO,  in EmitMipsOptionRecord()  local
 
 | 
| /external/llvm/lib/Object/ | 
| D | COFFObjectFile.cpp | 242   const coff_section *Sec = nullptr;  in getSymbolSection()  local256   const coff_section *Sec = toSec(Ref);  in moveSectionNext()  local
 263   const coff_section *Sec = toSec(Ref);  in getSectionName()  local
 268   const coff_section *Sec = toSec(Ref);  in getSectionAddress()  local
 283   const coff_section *Sec = toSec(Ref);  in getSectionContents()  local
 291   const coff_section *Sec = toSec(Ref);  in getSectionAlignment()  local
 300   const coff_section *Sec = toSec(Ref);  in isSectionText()  local
 305   const coff_section *Sec = toSec(Ref);  in isSectionData()  local
 310   const coff_section *Sec = toSec(Ref);  in isSectionBSS()  local
 325   const coff_section *Sec = toSec(Ref);  in isSectionVirtual()  local
 [all …]
 
 | 
| D | SymbolSize.cpp | 34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {  in getSectionID()69   for (SectionRef Sec : O.sections()) {  in computeSymbolSizes()  local
 
 | 
| /external/llvm/tools/llvm-dwp/ | 
| D | DWPStringPool.h | 34   MCSection *Sec;  variable39   DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {}  in DWPStringPool()
 
 | 
| /external/llvm/tools/llvm-readobj/ | 
| D | ELFDumper.cpp | 497                                       const typename ELFO::Elf_Shdr *Sec,  in printVersionSymbolSection()531                                           const typename ELFO::Elf_Shdr *Sec,  in printVersionDefinitionSection()
 587                                           const typename ELFO::Elf_Shdr *Sec,  in printVersionDependencySection()
 731     const typename ELFO::Elf_Shdr *Sec =  in getSectionNameIndex()  local
 1321   for (const Elf_Shdr &Sec : unwrapOrError(Obj->sections())) {  in ELFDumper()  local
 1854   for (const ELFO::Elf_Shdr &Sec : unwrapOrError(Obj->sections())) {  in printAttributes()  local
 2252   ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr));  in printMipsABIFlags()  local
 2297   ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr));  in printMipsReginfo()  local
 2317   ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr));  in printMipsOptions()  local
 2339   for (const auto &Sec : unwrapOrError(Obj->sections())) {  in printStackMap()  local
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ | 
| D | SymbolSize.cpp | 27 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {  in getSectionID()62   for (SectionRef Sec : O.sections()) {  in computeSymbolSizes()  local
 
 | 
| D | COFFObjectFile.cpp | 253   const coff_section *Sec = nullptr;  in getSymbolSection()  local267   const coff_section *Sec = toSec(Ref);  in moveSectionNext()  local
 273   const coff_section *Sec = toSec(Ref);  in getSectionName()  local
 278   const coff_section *Sec = toSec(Ref);  in getSectionAddress()  local
 297   const coff_section *Sec = toSec(Ref);  in getSectionContents()  local
 305   const coff_section *Sec = toSec(Ref);  in getSectionAlignment()  local
 314   const coff_section *Sec = toSec(Ref);  in isSectionText()  local
 319   const coff_section *Sec = toSec(Ref);  in isSectionData()  local
 324   const coff_section *Sec = toSec(Ref);  in isSectionBSS()  local
 339   const coff_section *Sec = toSec(Ref);  in isSectionVirtual()  local
 [all …]
 
 | 
| /external/llvm/lib/MC/ | 
| D | MachObjectWriter.cpp | 106 uint64_t MachObjectWriter::getPaddingSize(const MCSection *Sec,  in getPaddingSize()197                                     const MCSection &Sec, uint64_t VMAddr,  in writeSection()
 612   for (const MCSection *Sec : Layout.getSectionOrder()) {  in computeSectionAddresses()  local
 771   for (const MCSection &Sec : Asm) {  in writeObject()  local
 803     const auto &Sec = cast<MCSectionMachO>(Section);  in writeObject()  local
 898   for (const MCSection &Sec : Asm) {  in writeObject()  local
 909   for (const MCSection &Sec : Asm) {  in writeObject()  local
 
 | 
| D | ELFObjectWriter.cpp | 244 unsigned ELFObjectWriter::addToSectionTable(const MCSectionELF *Sec) {  in addToSectionTable()376   for (const MCSection &Sec : Asm) {  in executePostLayoutBinding()  local
 571   auto &Sec = cast<MCSectionELF>(Sym->getSection());  in shouldRelocateWithSymbol()  local
 953                                          const MCSectionELF &Sec) {  in createRelocationSection()
 1013 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec,  in writeSectionData()
 1083                                        const MCSectionELF &Sec) {  in writeRelocations()
 1307     const MCSectionELF *Sec = createStringTable(Ctx);  in writeObject()  local
 1376   const auto &Sec = cast<MCSectionELF>(Sym.getSection());  in isWeak()  local
 
 | 
| D | WinCOFFObjectWriter.cpp | 266 void WinCOFFObjectWriter::defineSection(MCSectionCOFF const &Sec) {  in defineSection()377   COFFSection *Sec = nullptr;  in DefineSymbol()  local
 643   const auto &Sec = cast<MCSectionCOFF>(Sym.getSection());  in isWeak()  local
 927     COFFSection *Sec = SectionMap[&Section];  in writeObject()  local
 1048         COFFSection *Sec = SectionMap[&*j];  in writeObject()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ | 
| D | MachObjectWriter.cpp | 120 uint64_t MachObjectWriter::getPaddingSize(const MCSection *Sec,  in getPaddingSize()215                                     const MCSection &Sec, uint64_t VMAddr,  in writeSection()
 645   for (const MCSection *Sec : Layout.getSectionOrder()) {  in computeSectionAddresses()  local
 819   for (const MCSection &Sec : Asm) {  in writeObject()  local
 852     const auto &Sec = cast<MCSectionMachO>(Section);  in writeObject()  local
 953   for (const MCSection &Sec : Asm) {  in writeObject()  local
 964   for (const MCSection &Sec : Asm) {  in writeObject()  local
 
 | 
| D | WinCOFFObjectWriter.cpp | 258 static uint32_t getAlignment(const MCSectionCOFF &Sec) {  in getAlignment()360   COFFSection *Sec = nullptr;  in DefineSymbol()  local
 614                                        const COFFSection &Sec,  in writeSection()
 627     COFFSection *Sec = SectionMap[&MCSec];  in writeSection()  local
 723   COFFSection *Sec = SectionMap[MCSec];  in recordRelocation()  local
 900     COFFSection *Sec = SectionMap[&Section];  in assignFileOffsets()  local
 
 | 
| D | XCOFFObjectWriter.cpp | 234   for (auto *Sec : Sections)  in reset()  local523   for (const auto *Sec : Sections) {  in writeSectionHeaderTable()  local
 653   for (auto *Sec : Sections) {  in assignAddressesAndIndices()  local
 672 uint8_t getEncodedType(const MCSectionXCOFF *Sec) {  in getEncodedType()
 
 | 
| D | MCELFObjectTargetWriter.cpp | 31                                                     MCSectionELF &Sec) {}  in addTargetSectionFlags()
 | 
| /external/llvm/tools/obj2yaml/ | 
| D | macho2yaml.cpp | 53 MachOYAML::Section constructSectionCommon(SectionType Sec) {  in constructSectionCommon()73 template <> MachOYAML::Section constructSection(MachO::section Sec) {  in constructSection()
 79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) {  in constructSection()
 95       SectionType Sec;  in extractSections()  local
 
 | 
| /external/llvm/include/llvm/MC/ | 
| D | MCMachObjectWriter.h | 137   uint64_t getSectionAddress(const MCSection *Sec) const {  in getSectionAddress()215   void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec,  in addRelocation()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| D | AArch64MachObjectWriter.cpp | 317       const MCSection &Sec = Symbol->getSection();  in recordRelocation()  local356       const MCSection &Sec = Symbol->getSection();  in recordRelocation()  local
 
 | 
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| D | AArch64MachObjectWriter.cpp | 301       const MCSection &Sec = Symbol->getSection();  in recordRelocation()  local364       const MCSection &Sec = Symbol->getSection();  in recordRelocation()  local
 
 |