Home
last modified time | relevance | path

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

12345678910>>...14

/external/skqp/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;
/external/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;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp55 DebugCrossModuleExportsSubsectionRef Section; in visitDebugSubsection() local
61 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection() local
67 DebugSymbolsSubsectionRef Section; in visitDebugSubsection() local
73 DebugStringTableSubsectionRef Section; in visitDebugSubsection() local
79 DebugFrameDataSubsectionRef Section; in visitDebugSubsection() local
85 DebugSymbolRVASubsectionRef Section; in visitDebugSubsection() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSpecialCaseList.h133 struct Section { struct
134 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() function
136 std::unique_ptr<Matcher> SectionMatcher; argument
137 SectionEntries Entries; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h64 struct Section { struct
67 yaml::BinaryRef SectionData; argument
71 Optional<CodeViewYAML::DebugHSection> DebugH; argument
75 Section(); argument
DELFYAML.h78 StringRef Section; member
93 StringRef Section; member
110 struct Section { struct
111 enum class SectionKind { argument
118 SectionKind Kind; argument
127 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
217 LLVM_YAML_IS_SEQUENCE_VECTOR(std::unique_ptr<llvm::ELFYAML::Section>) in LLVM_YAML_IS_SEQUENCE_VECTOR()
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;
60 std::vector<Section> Sections; argument
145 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp67 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
76 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
80 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool()
91 MCSection *Section = CPI.first; in emitAll() local
99 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local
106 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local
115 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry() local
DWasmObjectWriter.cpp110 MCSectionWasm *Section; member
181 MCSectionWasm *Section; member
334 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection()
351 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection()
368 void WasmObjectWriter::endSection(SectionBookkeeping &Section) { in endSection()
592 const auto &Section = in getProvisionalValue() local
704 SectionBookkeeping Section; in writeTypeSection() local
730 SectionBookkeeping Section; in writeImportSection() local
768 SectionBookkeeping Section; in writeFunctionSection() local
782 SectionBookkeeping Section; in writeGlobalSection() local
[all …]
/external/llvm/lib/MC/
DConstantPools.cpp50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool()
74 MCSection *Section = CPI.first; in emitAll() local
82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local
91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
/external/dynamic_depth/includes/xmpmeta/
Djpeg_io.h14 struct Section { struct
45 std::vector<Section> Parse(const ParseOptions& options, argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp46 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping()
51 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping()
57 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
67 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping()
73 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
78 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
83 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
88 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping()
93 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping()
98 static void sectionMapping(IO &IO, WasmYAML::GlobalSection &Section) { in sectionMapping()
[all …]
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h72 StringRef Section; member
87 struct Section { struct
88 enum class SectionKind { argument
95 SectionKind Kind; argument
103 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
DMachOYAML.h25 struct Section { struct
26 char sectname[16];
27 char segname[16];
28 llvm::yaml::Hex64 addr;
29 uint64_t size;
30 llvm::yaml::Hex32 offset;
54 std::vector<Section> Sections; argument
136 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h55 struct Section { struct
58 yaml::BinaryRef SectionData; argument
61 Section(); argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp135 int WasmWriter::writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section) { in writeSectionContent()
221 int WasmWriter::writeSectionContent(raw_ostream &OS, WasmYAML::NameSection &Section) { in writeSectionContent()
240 WasmYAML::CustomSection &Section) { in writeSectionContent()
255 WasmYAML::TypeSection &Section) { in writeSectionContent()
279 WasmYAML::ImportSection &Section) { in writeSectionContent()
311 WasmYAML::FunctionSection &Section) { in writeSectionContent()
320 WasmYAML::ExportSection &Section) { in writeSectionContent()
331 WasmYAML::StartSection &Section) { in writeSectionContent()
337 WasmYAML::TableSection &Section) { in writeSectionContent()
347 WasmYAML::MemorySection &Section) { in writeSectionContent()
[all …]
/external/swiftshader/src/Common/
DConfigurator.hpp55 struct Section struct in sw::Configurator
57 std::vector<std::string> names;
58 std::vector<std::string> values;
/external/swiftshader/src/System/
DConfigurator.hpp55 struct Section struct in sw::Configurator
57 std::vector<std::string> names;
58 std::vector<std::string> values;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp17 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
34 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() local
45 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() local
54 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation()
110 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation()
267 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation()
276 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation()
304 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
DRuntimeDyldCOFFX86_64.h39 for (const SectionEntry &Section : Sections) in getImageBase() local
82 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
136 SectionEntry &Section = Sections[SectionID]; in generateRelocationStub() local
199 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
274 const SectionRef &Section = SectionPair.first; in finalizeLoad() local
/external/google-breakpad/src/common/mac/
Dmacho_reader.h193 struct Section { struct
212 // Flags from SectionFlags describing the section's contents. argument
222 typedef map<string, Section> SectionMap; argument
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
142 const coff_section *Section, in resolveRelocation()
166 const coff_section *Section, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
282 const coff_section *Section, in printRuntimeFunction()
306 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
142 const coff_section *Section, in resolveRelocation()
166 const coff_section *Section, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
282 const coff_section *Section, in printRuntimeFunction()
306 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp33 const MCSection *Section) { in isDwarfSection()
74 MCSection *Section, in changeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDataExtractor.h23 const DWARFSection *Section = nullptr; variable
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()

12345678910>>...14