/external/skqp/src/sksl/ir/ |
D | SkSLSection.h | 18 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/ |
D | SkSLSection.h | 18 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/ |
D | DebugSubsectionVisitor.cpp | 55 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/ |
D | SpecialCaseList.h | 133 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/ |
D | COFFYAML.h | 64 struct Section { struct 67 yaml::BinaryRef SectionData; argument 71 Optional<CodeViewYAML::DebugHSection> DebugH; argument 75 Section(); argument
|
D | ELFYAML.h | 78 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()
|
D | MachOYAML.h | 30 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/ |
D | ConstantPools.cpp | 67 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
|
D | WasmObjectWriter.cpp | 110 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/ |
D | ConstantPools.cpp | 50 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/ |
D | jpeg_io.h | 14 struct Section { struct 45 std::vector<Section> Parse(const ParseOptions& options, argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 46 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/ |
D | ELFYAML.h | 72 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
|
D | MachOYAML.h | 25 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()
|
D | COFFYAML.h | 55 struct Section { struct 58 yaml::BinaryRef SectionData; argument 61 Section(); argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 135 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/ |
D | Configurator.hpp | 55 struct Section struct in sw::Configurator 57 std::vector<std::string> names; 58 std::vector<std::string> values;
|
/external/swiftshader/src/System/ |
D | Configurator.hpp | 55 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/ |
D | RuntimeDyldELFMips.cpp | 17 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()
|
D | RuntimeDyldCOFFX86_64.h | 39 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/ |
D | macho_reader.h | 193 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/ |
D | Win64EHDumper.cpp | 116 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/ |
D | Win64EHDumper.cpp | 116 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/ |
D | NVPTXTargetStreamer.cpp | 33 const MCSection *Section) { in isDwarfSection() 74 MCSection *Section, in changeSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDataExtractor.h | 23 const DWARFSection *Section = nullptr; variable 28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
|