Home
last modified time | relevance | path

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

12345678910>>...20

/external/rust/android-crates-io/crates/configparser/tests/
Dtest_multiline.ini1 [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/
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
/external/swiftshader/third_party/llvm-16.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-10.0/llvm/include/llvm/Support/
DSpecialCaseList.h134 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/
DSpecialCaseList.h137 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/
DCOFFYAML.h69 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/
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()
/external/deqp-deps/amber/src/vkscript/
Dsection_parser.h42 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/
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 …]
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
/external/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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DConstantPools.cpp79 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/
DWasmYAML.cpp45 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 …]
DWasmEmitter.cpp163 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/
DMachOObject.h38 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/
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/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
DWasmObject.h22 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/
DCOFFObject.h35 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/
Djpeg_io.h14 struct Section { struct
45 std::vector<Section> Parse(const ParseOptions& options, argument
/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()
/external/icing/icing/schema/
Dsection.h154 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/
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()

12345678910>>...20