/external/rust/android-crates-io/crates/configparser/tests/ |
D | test_multiline.ini | 1 [Section] section 2 Key1: Value1 3 Key2: Value Two 4 Key3: this is a haiku 9 Key4: Four
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.cpp | 54 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
|
/external/swiftshader/third_party/llvm-16.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-10.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 134 struct Section { struct 135 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() function 137 std::unique_ptr<Matcher> SectionMatcher; argument 138 SectionEntries Entries; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | SpecialCaseList.h | 137 struct Section { struct 138 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() argument 140 std::unique_ptr<Matcher> SectionMatcher; argument 141 SectionEntries Entries; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 69 struct Section { struct 72 yaml::BinaryRef SectionData; argument 76 std::optional<CodeViewYAML::DebugHSection> DebugH; argument 80 Section(); argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 69 struct Section { struct 72 yaml::BinaryRef SectionData; argument 76 Optional<CodeViewYAML::DebugHSection> DebugH; argument 80 Section(); argument
|
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; 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()
|
/external/deqp-deps/amber/src/vkscript/ |
D | section_parser.h | 42 struct Section { struct 56 const std::vector<Section>& Sections() const { return sections_; } in Sections() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | XCOFFObjectWriter.cpp | 90 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 …]
|
D | ConstantPools.cpp | 66 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 45 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 …]
|
D | WasmEmitter.cpp | 157 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 …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | ConstantPools.cpp | 79 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() 88 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool() 92 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() 103 MCSection *Section = CPI.first; in emitAll() local 111 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local 117 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local 125 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() 50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() 62 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() 70 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() 80 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() 88 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() 94 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() 100 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() 105 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() 110 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() [all …]
|
D | WasmEmitter.cpp | 163 WasmYAML::DylinkSection &Section) { in writeSectionContent() 186 WasmYAML::LinkingSection &Section) { in writeSectionContent() 271 WasmYAML::NameSection &Section) { in writeSectionContent() 315 WasmYAML::ProducersSection &Section) { in writeSectionContent() 337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent() 347 WasmYAML::CustomSection &Section) { in writeSectionContent() 365 WasmYAML::TypeSection &Section) { in writeSectionContent() 385 WasmYAML::ImportSection &Section) { in writeSectionContent() 422 WasmYAML::FunctionSection &Section) { in writeSectionContent() 429 WasmYAML::ExportSection &Section) { in writeSectionContent() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
D | MachOObject.h | 38 struct Section { struct 59 Section(StringRef SegName, StringRef SectName); argument 63 MachO::SectionType getType() const { in getType() argument 67 bool isVirtualSection() const { in isVirtualSection() argument 91 // Section describes only sections' metadata and where to find the argument
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
D | WasmObject.h | 22 struct Section { struct 25 uint8_t SectionType; argument 33 std::vector<Section> Sections; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
D | COFFObject.h | 35 struct Section { struct 36 object::coff_section Header; 37 std::vector<Relocation> Relocs; 38 StringRef Name; 39 ssize_t UniqueId; 40 size_t Index; 42 ArrayRef<uint8_t> getContents() const { in getContents() 48 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef() 53 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents() 59 void clearContents() { in clearContents() [all …]
|
/external/dynamic_depth/includes/xmpmeta/ |
D | jpeg_io.h | 14 struct Section { struct 45 std::vector<Section> Parse(const ParseOptions& options, argument
|
/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()
|
/external/icing/icing/schema/ |
D | section.h | 154 struct Section { struct 155 SectionMetadata metadata; argument 158 explicit Section(SectionMetadata&& metadata_in, std::vector<T>&& content_in) in Section() argument 172 std::vector<Section<std::string_view>> string_sections; argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 16 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()
|