Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h242 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 …]
DELF.h55 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp36 MCSectionELF *Sec = in EmitMipsOptionRecord() local
55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFragment.h105 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 …]
DMCMachObjectWriter.h151 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress()
229 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DSymbolSize.cpp27 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID()
62 for (SectionRef Sec : O.sections()) { in computeSymbolSizes() local
DCOFFObjectFile.cpp253 const coff_section *Sec = nullptr; in getSymbolSection() local
267 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 …]
DIRObjectFile.cpp75 for (const SectionRef &Sec : Obj.sections()) { in findBitcodeInObject() local
DWasmObjectFile.cpp275 WasmSection Sec; in WasmObjectFile() local
287 Error WasmObjectFile::parseSection(WasmSection &Sec) { in parseSection()
844 Error WasmObjectFile::parseCustomSection(WasmSection &Sec, ReadContext &Ctx) { in parseCustomSection()
1468 const WasmSection &Sec = getWasmSection(Ref); in section_rel_end() local
1560 const WasmSection &Sec = Sections[Ref.d.a]; in getWasmRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp317 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
356 const MCSection &Sec = Symbol->getSection(); in recordRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp120 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
DMCELFObjectTargetWriter.cpp31 MCSectionELF &Sec) {} in addTargetSectionFlags()
DWinCOFFObjectWriter.cpp258 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
DXCOFFObjectWriter.cpp234 for (auto *Sec : Sections) in reset() local
523 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()
DELFObjectWriter.cpp75 bool isDwoSection(const MCSectionELF &Sec) { in isDwoSection()
344 unsigned ELFWriter::addToSectionTable(const MCSectionELF *Sec) { in addToSectionTable()
783 const MCSectionELF &Sec) { in createRelocationSection()
843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
916 const MCSectionELF &Sec) { in writeRelocations()
1028 const MCSectionELF *Sec = cast<MCSectionELF>(&Sym->getSection()); in writeSection() local
1210 const MCSectionELF *Sec = createStringTable(Ctx); in writeObject() local
1387 auto &Sec = cast<MCSectionELF>(Sym->getSection()); in shouldRelocateWithSymbol() local
DMCFragment.cpp43 const MCSection *Sec = F->getParent(); in isFragmentValid() local
62 MCSection *Sec = F->getParent(); in ensureValid() local
DMCELFStreamer.cpp541 MCSection &Sec = *getCurrentSectionOnly(); in EmitInstToData() local
614 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleLock() local
635 MCSection &Sec = *getCurrentSectionOnly(); in EmitBundleUnlock() local
DMCAssembler.cpp668 void MCAssembler::writeSectionData(raw_ostream &OS, const MCSection *Sec, in writeSectionData()
779 MCSection *Sec = Layout.getSectionOrder()[i]; in layout() local
1111 bool MCAssembler::layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec) { in layoutSectionOnce()
1169 MCSection &Sec = *it; in layoutOnce() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp22 const DWARFSection &Sec, in DWARFDebugPubTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp91 SectionType constructSection(MachOYAML::Section Sec) { in constructSection()
118 for (const auto &Sec : LC.Sections) { in writeLoadCommandData() local
133 for (const auto &Sec : LC.Sections) { in writeLoadCommandData() local
270 for (auto &Sec : LC.Sections) { in writeSectionData() local
DWasmEmitter.cpp508 void WasmWriter::writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, in writeRelocSection()
551 for (const std::unique_ptr<WasmYAML::Section> &Sec : Obj.Sections) { in writeWasm() local
605 for (const std::unique_ptr<WasmYAML::Section> &Sec : Obj.Sections) { in writeWasm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp250 MCSectionELF &Sec) { in addTargetSectionFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp219 const MCSection &Sec = Symbol->getSection(); in RecordX86_64Relocation() local
581 const MCSection &Sec = A->getSection(); in RecordX86Relocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp166 Expected<section_iterator> Sec = Symbol.getSection(); in addSymbol() local
321 for (SectionRef Sec : Module->sections()) { in getModuleSectionIndexForAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h258 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress()
273 virtual bool getLoadedSectionContents(const object::SectionRef &Sec, in getLoadedSectionContents()

123