Home
last modified time | relevance | path

Searched defs:Sec (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm/include/llvm/Object/
DELFObjectFile.h274 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 …]
DELF.h118 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const { in symbol_begin()
125 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const { in symbol_end()
133 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const { in symbols()
150 Elf_Rela_Range relas(const Elf_Shdr *Sec) const { in relas()
167 Elf_Rel_Range rels(const Elf_Shdr *Sec) const { in rels()
200 const Elf_Sym *getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol()
249 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray()
264 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents()
407 ErrorOr<const Elf_Shdr *> Sec = getSection(Section); in getEntry() local
475 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const { in getStringTableForSymtab()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp278 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
287 error_code COFFObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
310 error_code COFFObjectFile::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
317 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize()
324 error_code COFFObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
348 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, in isSectionText()
355 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, in isSectionData()
362 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
369 error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
DELFObjectFile.cpp655 ::getSectionNext(DataRefImpl Sec, SectionRef &Result) const { in getSectionNext()
665 ::getSectionName(DataRefImpl Sec, in getSectionName()
674 ::getSectionAddress(DataRefImpl Sec, in getSectionAddress()
683 ::getSectionSize(DataRefImpl Sec, in getSectionSize()
692 ::getSectionContents(DataRefImpl Sec, in getSectionContents()
702 ::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment()
711 ::isSectionText(DataRefImpl Sec, in isSectionText()
723 ::isSectionData(DataRefImpl Sec, in isSectionData()
736 ::isSectionBSS(DataRefImpl Sec, in isSectionBSS()
749 ::sectionContainsSymbol(DataRefImpl Sec, in sectionContainsSymbol()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp31 MCSectionELF *Sec = in EmitMipsOptionRecord() local
50 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord() local
/external/llvm/lib/Object/
DCOFFObjectFile.cpp242 const coff_section *Sec = nullptr; in getSymbolSection() local
256 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 …]
DSymbolSize.cpp34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID()
69 for (SectionRef Sec : O.sections()) { in computeSymbolSizes() local
DMachOObjectFile.cpp77 unsigned Sec) { in getSectionPtr()
162 DataRefImpl Sec) { in getSectionFlags()
241 const char *Sec = getSectionPtr(Obj, Load, J); in parseSegmentLoadCommand() local
528 section_iterator Sec = *SecOrError; in getSymbolType() local
601 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
643 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
1077 DataRefImpl Sec; in getRelocationRelocatedSection() local
2073 const char *Sec = getSectionPtr(this, L, Index); in getSection() local
2079 const char *Sec = getSectionPtr(this, L, Index); in getSection64() local
2202 DataRefImpl Sec; in getRelocation() local
DModuleSummaryIndexObjectFile.cpp38 for (const SectionRef &Sec : Obj.sections()) { in findBitcodeInObject() local
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h34 MCSection *Sec; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp497 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 : Obj->sections()) { in ELFDumper() local
1854 for (const ELFO::Elf_Shdr &Sec : 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 : Obj->sections()) { in printStackMap() local
[all …]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp204 using Sec = std::chrono::seconds; in TEST_CASE() typedef
245 using Sec = std::chrono::seconds; in TEST_CASE() typedef
309 using Sec = std::chrono::seconds; in TEST_CASE() typedef
342 using Sec = std::chrono::seconds; in TEST_CASE() typedef
380 using Sec = std::chrono::seconds; in TEST_CASE() typedef
/external/llvm/lib/MC/
DMachObjectWriter.cpp106 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
DELFObjectWriter.cpp244 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
DWinCOFFObjectWriter.cpp266 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
DMCELFStreamer.cpp501 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData() local
569 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock() local
590 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock() local
DMCAssembler.cpp563 void MCAssembler::writeSectionData(const MCSection *Sec, in writeSectionData()
653 MCSection *Sec = Layout.getSectionOrder()[i]; in layout() local
850 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
904 MCSection &Sec = *it; in layoutOnce() local
DMCFragment.cpp43 const MCSection *Sec = F->getParent(); in isFragmentValid() local
62 MCSection *Sec = F->getParent(); in ensureValid() local
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp53 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/
DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress()
215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp301 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
364 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp94 SectionType constructSection(MachOYAML::Section Sec) { in constructSection()
119 for (const auto &Sec : LC.Sections) { in writeLoadCommandData() local
133 for (const auto &Sec : LC.Sections) { in writeLoadCommandData() local
250 for (auto &Sec : LC.Sections) { in writeSectionData() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp227 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes() local
254 MachO::section Sec = MachO->getSection(Load, J); in printDarwinSectionSizes() local
289 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes() local
315 MachO::section Sec = MachO->getSection(Load, J); in printDarwinSegmentSizes() local
/external/llvm/tools/dsymutil/
DMachOUtils.cpp277 MCSection *Sec = Layout.getSectionOrder()[i]; in createDwarfSegment() local
393 MCSection *Sec = Layout.getSectionOrder()[i]; in generateDsymCompanion() local
508 for (const MCSection &Sec : MCAsm) { in generateDsymCompanion() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp220 const MCSection &Sec = Symbol->getSection(); in RecordX86_64Relocation() local
585 const MCSection &Sec = A->getSection(); in RecordX86Relocation() local

123