Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/flutter/skia/src/sksl/ir/
DSkSLSection.h18 struct Section : public ProgramElement { struct
19 Section(int offset, String name, String arg, String text) in Section() argument
26 return std::unique_ptr<ProgramElement>(new Section(fOffset, fName, fArgument, fText)); in clone() argument
29 String description() const override { in description()
38 const String fName;
39 const String fArgument;
40 const String fText;
42 typedef ProgramElement INHERITED;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp54 DebugCrossModuleExportsSubsectionRef Section; in visitDebugSubsection() local
60 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection() local
66 DebugSymbolsSubsectionRef Section; in visitDebugSubsection() local
72 DebugStringTableSubsectionRef Section; in visitDebugSubsection() local
78 DebugFrameDataSubsectionRef Section; in visitDebugSubsection() local
84 DebugSymbolRVASubsectionRef Section; in visitDebugSubsection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h134 struct Section { struct
135 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() argument
137 std::unique_ptr<Matcher> SectionMatcher; argument
138 SectionEntries Entries; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h69 struct Section { struct
72 yaml::BinaryRef SectionData; argument
76 Optional<CodeViewYAML::DebugHSection> DebugH; argument
80 Section(); argument
DMachOYAML.h30 struct Section { struct
31 char sectname[16];
32 char segname[16];
33 llvm::yaml::Hex64 addr;
34 uint64_t size;
35 llvm::yaml::Hex32 offset;
36 uint32_t align;
37 llvm::yaml::Hex32 reloff;
61 std::vector<Section> Sections; argument
146 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DELFYAML.h88 StringRef Section; member
107 StringRef Section; member
165 struct Section : public Chunk { struct
177 Section(ChunkKind Kind, bool IsImplicit = false) argument
178 : Chunk(Kind), IsImplicit(IsImplicit) {} in Chunk()
180 static bool classof(const Chunk *S) { return S->Kind != ChunkKind::Fill; } in classof()
187 Optional<llvm::yaml::Hex64> ShName;
191 Optional<llvm::yaml::Hex64> ShOffset;
218 struct StackSizesSection : Section { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
75 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
79 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool()
90 MCSection *Section = CPI.first; in emitAll() local
98 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local
104 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local
112 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry() local
DXCOFFObjectWriter.cpp90 struct Section { struct
91 char Name[XCOFF::NameSize];
94 uint32_t Address;
95 uint32_t Size;
96 uint32_t FileOffsetToData;
97 uint32_t FileOffsetToRelocations;
98 uint32_t RelocationCount;
99 int32_t Flags;
101 int16_t Index;
104 const bool IsVirtual;
[all …]
DWasmObjectWriter.cpp107 MCSectionWasm *Section; member
168 MCSectionWasm *Section; member
350 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
367 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
384 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
563 const auto &Section = in getProvisionalValue() local
679 SectionBookkeeping Section; in writeTypeSection() local
705 SectionBookkeeping Section; in writeImportSection() local
747 SectionBookkeeping Section; in writeFunctionSection() local
761 SectionBookkeeping Section; in writeEventSection() local
[all …]
DWinCOFFObjectWriter.cpp83 COFFSection *Section = nullptr; member in __anon4373b03b0111::COFFSymbol
295 COFFSection *Section = createSection(MCSec.getSectionName()); in defineSection() local
558 for (auto &Section : Sections) in writeSectionHeaders() local
564 for (auto &Section : Arr) { in writeSectionHeaders() local
672 for (const auto &Section : Asm) in executePostLayoutBinding() local
866 static bool isAssociative(const COFFSection &Section) { in isAssociative()
873 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers()
883 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers() local
886 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers() local
899 for (const auto &Section : Asm) { in assignFileOffsets() local
[all …]
DMCELFStreamer.cpp103 const MCSectionELF &Section = in EmitLabel() local
114 const MCSectionELF &Section = in EmitLabelAtPos() local
140 MCSection *Section) { in setSectionAlignmentForBundling()
146 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection()
302 MCSection &Section = *getAssembler().getContext().getELFSection( in EmitCommonSymbol() local
687 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
693 void MCELFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping()
50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping()
60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
66 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
76 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
84 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
90 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping()
96 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
101 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
106 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
[all …]
DWasmEmitter.cpp157 WasmYAML::DylinkSection &Section) { in writeSectionContent()
169 WasmYAML::LinkingSection &Section) { in writeSectionContent()
256 WasmYAML::NameSection &Section) { in writeSectionContent()
274 WasmYAML::ProducersSection &Section) { in writeSectionContent()
296 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
306 WasmYAML::CustomSection &Section) { in writeSectionContent()
324 WasmYAML::TypeSection &Section) { in writeSectionContent()
344 WasmYAML::ImportSection &Section) { in writeSectionContent()
380 WasmYAML::FunctionSection &Section) { in writeSectionContent()
387 WasmYAML::ExportSection &Section) { in writeSectionContent()
[all …]
DELFYAML.cpp1009 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping()
1030 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping()
1036 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
1043 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping()
1050 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1058 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping()
1066 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1074 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
1079 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping()
1086 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping()
[all …]
DELFEmitter.cpp771 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent()
792 Elf_Shdr &SHeader, const ELFYAML::RelocationSection &Section, in writeSectionContent()
834 const ELFYAML::RelrSection &Section, in writeSectionContent()
875 const ELFYAML::Group &Section, in writeSectionContent()
906 const ELFYAML::SymverSection &Section, in writeSectionContent()
919 Elf_Shdr &SHeader, const ELFYAML::StackSizesSection &Section, in writeSectionContent()
937 Elf_Shdr &SHeader, const ELFYAML::LinkerOptionsSection &Section, in writeSectionContent()
961 Elf_Shdr &SHeader, const ELFYAML::DependentLibrariesSection &Section, in writeSectionContent()
983 const ELFYAML::HashSection &Section, in writeSectionContent()
1011 const ELFYAML::VerdefSection &Section, in writeSectionContent()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/System/
DConfigurator.hpp55 struct Section struct in sw::Configurator
57 std::vector<std::string> names;
58 std::vector<std::string> values;
/third_party/skia/third_party/externals/swiftshader/src/Common/
DConfigurator.hpp55 struct Section struct in sw::Configurator
57 std::vector<std::string> names;
58 std::vector<std::string> values;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp16 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
33 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() local
44 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() local
53 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation()
109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation()
266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation()
275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation()
303 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
DRuntimeDyldCOFFX86_64.h38 for (const SectionEntry &Section : Sections) in getImageBase() local
87 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
148 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub() local
211 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
286 const object::SectionRef &Section = SectionPair.first; in finalizeLoad() local
DRuntimeDyldCOFFThumb.h26 object::section_iterator Section) { in isThumbFunc()
77 auto Section = *SectionOrErr; in processRelocationRef() local
175 const auto Section = Sections[RE.SectionID]; in resolveRelocation() local
DRuntimeDyldMachOARM.h64 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
205 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
290 const SectionRef &Section) { in finalizeSection()
310 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() local
360 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDataExtractor.h22 const DWARFSection *Section = nullptr; variable
27 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp27 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers() local
49 while (auto Section = SecContribs->getNext()) { in getCompilandId() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp43 const MCSection *Section) { in isDwarfSection()
84 MCSection *Section, in changeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp266 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
325 for (const auto &Section : Sections) { in resolveX86_64Relocation() local
339 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
367 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
487 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
574 for (auto &Section : Obj.sections()) { in findPPC64TOCSection() local
711 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
731 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
825 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
879 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation()
[all …]

1234567