/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 308 auto RelSecOrErr = EF.getSection(Rel.d.a); in getRelSection() 409 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function 457 auto SymTabOrErr = EF.getSection(Sym.d.a); in getSymbolName() 461 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link); in getSymbolName() 484 return getSection(Sec)->sh_flags; in getSectionFlags() 489 return getSection(Sec)->sh_type; in getSectionType() 494 return getSection(Sec)->sh_offset; in getSectionOffset() 526 auto SymTabOrErr = EF.getSection(Symb.d.a); in getSymbolAddress() 532 auto SectionOrErr = EF.getSection(ESym, SymTab, ShndxTable); in getSymbolAddress() 666 auto ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable); in getSymbolSection() [all …]
|
D | ELF.h | 283 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym, 286 Expected<const Elf_Shdr *> getSection(const Elf_Sym *Sym, 289 Expected<const Elf_Shdr *> getSection(uint32_t Index) const; 311 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() function 353 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() function 358 return getSection(Sym, *SymsOrErr, ShndxTable); in getSection() 363 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols, in getSection() function 371 return getSection(Index); in getSection() 562 auto SecOrErr = getSection(Section); in getEntry() 587 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function [all …]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 420 auto RelSecOrErr = EF.getSection(Rel.d.a); in getRelSection() 426 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function 503 auto SymTabOrErr = EF.getSection(Sym.d.a); in getSymbolName() 507 auto StrTabOrErr = EF.getSection(SymTableSec->sh_link); in getSymbolName() 530 return getSection(Sec)->sh_flags; in getSectionFlags() 535 return getSection(Sec)->sh_type; in getSectionType() 540 return getSection(Sec)->sh_offset; in getSectionOffset() 576 auto SymTabOrErr = EF.getSection(Symb.d.a); in getSymbolAddress() 592 EF.getSection(*ESym, *SymTabOrErr, ShndxTable); in getSymbolAddress() 747 auto ESecOrErr = EF.getSection(*ESym, SymTab, ShndxTable); in getSymbolSection() [all …]
|
D | ELF.h | 302 Expected<const Elf_Shdr *> getSection(const Elf_Sym &Sym, 305 Expected<const Elf_Shdr *> getSection(const Elf_Sym &Sym, 308 Expected<const Elf_Shdr *> getSection(uint32_t Index) const; 331 getSection(typename ELFT::ShdrRange Sections, uint32_t Index) { in getSection() function 371 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, const Elf_Shdr *SymTab, in getSection() function 376 return getSection(Sym, *SymsOrErr, ShndxTable); in getSection() 381 ELFFile<ELFT>::getSection(const Elf_Sym &Sym, Elf_Sym_Range Symbols, in getSection() function 389 return getSection(Index); in getSection() 609 auto SecOrErr = getSection(Section); in getEntry() 634 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 108 TRACE("input section(" << GV->getSection() << ") "); in SelectSectionForGlobal() 142 << GV->getSection() << ") "); in getExplicitSectionGlobal() 154 StringRef Section = GV->getSection(); in getExplicitSectionGlobal() 156 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 159 return getContext().getELFSection(GV->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 190 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() 192 << GVar->getSection() << '\n'); in isGlobalInSmallSection() 364 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 252 return *EF.getSection(Rel.d.a); in getRelSection() 317 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() function 367 const Elf_Shdr *SymTableSec = *EF.getSection(Sym.d.a); in getSymbolName() 368 const Elf_Shdr *StringTableSec = *EF.getSection(SymTableSec->sh_link); in getSymbolName() 375 return getSection(Sec)->sh_flags; in getSectionFlags() 380 return getSection(Sec)->sh_type; in getSectionType() 412 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a); in getSymbolAddress() 416 EF.getSection(ESym, SymTab, ShndxTable); in getSymbolAddress() 536 ErrorOr<const Elf_Shdr *> ESecOrErr = EF.getSection(ESym, SymTab, ShndxTable); in getSymbolSection() 553 const Elf_Shdr *SymTab = *EF.getSection(Symb.d.a); in getSymbolSection() [all …]
|
D | ELF.h | 191 ErrorOr<const Elf_Shdr *> getSection(const Elf_Sym *Sym, 194 ErrorOr<const Elf_Shdr *> getSection(uint32_t Index) const; 231 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in getSection() function 235 return getSection(getExtendedSymbolTableIndex(Sym, SymTab, ShndxTable)); in getSection() 239 return getSection(Sym->st_shndx); in getSection() 369 ErrorOr<const Elf_Shdr *> StrTabSecOrErr = getSection(StringTableIndex); in ELFFile() 399 ErrorOr<const Elf_Shdr *> Sec = getSection(Section); in getEntry() 415 ELFFile<ELFT>::getSection(uint32_t Index) const { in getSection() function 453 ErrorOr<const Elf_Shdr *> SymTableOrErr = getSection(Section.sh_link); in getSHNDXTable() 470 ErrorOr<const Elf_Shdr *> SectionOrErr = getSection(Sec.sh_link); in getStringTableForSymtab()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 130 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal() 168 << GO->getSection() << ") "); in getExplicitSectionGlobal() 180 StringRef Section = GO->getSection(); in getExplicitSectionGlobal() 182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 218 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() 220 << ", has section: " << GVar->getSection() << '\n'); in isGlobalInSmallSection() 398 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 130 TRACE("input section(" << GO->getSection() << ") "); in SelectSectionForGlobal() 168 << GO->getSection() << ") "); in getExplicitSectionGlobal() 180 StringRef Section = GO->getSection(); in getExplicitSectionGlobal() 182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS, in getExplicitSectionGlobal() 218 bool IsSmall = isSmallDataSection(GVar->getSection()); in isGlobalInSmallSection() 220 << ", has section: " << GVar->getSection() << '\n'); in isGlobalInSmallSection() 396 if (GVar->hasSection() && isSmallDataSection(GVar->getSection())) in selectSmallSectionForGlobal()
|
/external/llvm-project/llvm/tools/llvm-jitlink/ |
D | llvm-jitlink-macho.cpp | 34 B.getSection().getName() + in getFirstRelocationEdge() 48 TargetSym.getBlock().getSection().getName() + in getMachOGOTTarget() 60 if (!GOTSym.isDefined() || !isMachOGOTSection(GOTSym.getBlock().getSection())) in getMachOStubTarget() 63 GOTSym.getBlock().getSection().getName() + in getMachOStubTarget()
|
D | llvm-jitlink-elf.cpp | 32 B.getSection().getName() + in getFirstRelocationEdge() 46 TargetSym.getBlock().getSection().getName() + in getELFGOTTarget() 58 if (!GOTSym.isDefined() || !isELFGOTSection(GOTSym.getBlock().getSection())) in getELFStubTarget() 61 GOTSym.getBlock().getSection().getName() + in getELFStubTarget()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 100 << ", section = " << B.getSection().getName(); in operator <<() 135 OS << " " << Sym.getBlock().getSection().getName(); in operator <<() 151 auto &TargetSec = TargetBlock.getSection(); in printEdge() 193 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock() 196 B.getSection(), B.getContent().substr(0, SplitIndex), in splitBlock() 229 for (auto *Sym : B.getSection().symbols()) in splitBlock()
|
D | JITLinkGeneric.cpp | 185 auto &SegLists = Layout[B->getSection().getProtectionFlags()]; in layOutBlocks() 197 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in layOutBlocks() 198 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in layOutBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 98 << ", section = " << B.getSection().getName(); in operator <<() 133 OS << " " << Sym.getBlock().getSection().getName(); in operator <<() 166 ? createZeroFillBlock(B.getSection(), SplitIndex, B.getAddress(), in splitBlock() 169 B.getSection(), B.getContent().substr(0, SplitIndex), in splitBlock() 206 for (auto *Sym : B.getSection().symbols()) in splitBlock()
|
D | JITLinkGeneric.cpp | 143 auto &SegLists = Layout[B->getSection().getProtectionFlags()]; in layOutBlocks() 155 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in layOutBlocks() 156 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in layOutBlocks()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 190 ErrorOr<const Elf_Shdr *> ShdrOrErr = Obj.getSection(Sym, SymTab, ShndxTable); in dumpSymbol() 215 ErrorOr<const Elf_Shdr *> StrTabSec = Obj.getSection(SymTab->sh_link); in dumpRelocation() 245 ErrorOr<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() 264 ErrorOr<const Elf_Shdr *> InfoSection = Obj.getSection(Shdr->sh_info); in dumpCommonRelocationSection() 285 ErrorOr<const Elf_Shdr *> SymTabOrErr = Obj.getSection(Shdr->sh_link); in dumpRelSection() 309 ErrorOr<const Elf_Shdr *> SymTabOrErr = Obj.getSection(Shdr->sh_link); in dumpRelaSection() 362 ErrorOr<const Elf_Shdr *> SymtabOrErr = Obj.getSection(Shdr->sh_link); in dumpGroup() 386 ErrorOr<const Elf_Shdr *> sHdr = Obj.getSection(groupMembers[i]); in dumpGroup()
|
/external/llvm/include/llvm/IR/ |
D | GlobalObject.h | 66 bool hasSection() const { return !getSection().empty(); } in hasSection() 67 StringRef getSection() const { return Section; } in getSection() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 69 bool hasSection() const { return !getSection().empty(); } in hasSection() 70 StringRef getSection() const { return Section; } in getSection() function
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 98 setSection(GV->getSection()); in copyAttributesFrom() 131 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue 135 return GO->getSection(); in getSection() 138 return cast<GlobalObject>(this)->getSection(); in getSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 133 setSection(Src->getSection()); in copyAttributesFrom() 165 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue 169 return GO->getSection(); in getSection() 172 return cast<GlobalObject>(this)->getSection(); in getSection()
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 130 setSection(Src->getSection()); in copyAttributesFrom() 162 StringRef GlobalValue::getSection() const { in getSection() function in GlobalValue 166 return GO->getSection(); in getSection() 169 return cast<GlobalObject>(this)->getSection(); in getSection()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 61 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() 90 Expected<section_iterator> SymSI = SI->getSection(); in getRelocationValueString() 94 Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString() 343 unwrapOrError(Elf.getSection(Shdr.sh_link), FileName); in printSymbolVersionInfo()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 131 function getSection() { function 152 var cookiePath = getSection() + "_"; 242 var section = getSection(); 299 var section = getSection();
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.cpp | 201 const coff_section *ObjFile::getSection(uint32_t i) { in getSection() function in ObjFile 202 auto sec = coffObj->getSection(i); in getSection() 220 const coff_section *sec = getSection(i); in initializeChunks() 231 const coff_section *sec = getSection(sectionNumber); in readSection() 322 const coff_section *parentSec = getSection(parentIndex); in readAssociativeDefinition() 560 if (leaderChunk->getSize() != getSection(sym)->SizeOfRawData) { in handleComdatSelection() 573 SectionChunk newChunk(this, getSection(sym)); in handleComdatSelection() 590 if (leaderChunk->getSize() < getSection(sym)->SizeOfRawData) { in handleComdatSelection()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 137 const MCSectionMachO &RefSec = cast<MCSectionMachO>(Symbol.getSection()); in canUseLocalRelocation() 317 const MCSection &Sec = Symbol->getSection(); in recordRelocation() 356 const MCSection &Sec = Symbol->getSection(); in recordRelocation()
|