Home
last modified time | relevance | path

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

12345678910>>...20

/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/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h39 struct Section { struct
60 Section(StringRef SegName, StringRef SectName) in Section() argument
64 Section(StringRef SegName, StringRef SectName, StringRef Content) in Section() argument
69 MachO::SectionType getType() const { in getType() argument
73 bool isVirtualSection() const { in isVirtualSection() argument
97 // Section describes only sections' metadata and where to find the argument
/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/llvm-project/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-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
/external/llvm-project/llvm/include/llvm/Support/
DSpecialCaseList.h136 struct Section { struct
137 Section(std::unique_ptr<Matcher> M) : SectionMatcher(std::move(M)){}; in Section() function
139 std::unique_ptr<Matcher> SectionMatcher; argument
140 SectionEntries Entries; argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h69 struct Section { struct
72 yaml::BinaryRef SectionData; argument
76 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/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/deqp-deps/amber/src/vkscript/
Dsection_parser.h42 struct Section { struct
56 const std::vector<Section>& Sections() const { return sections_; } in Sections() argument
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp158 WasmYAML::DylinkSection &Section) { in writeSectionContent()
170 WasmYAML::LinkingSection &Section) { in writeSectionContent()
258 WasmYAML::NameSection &Section) { in writeSectionContent()
289 WasmYAML::ProducersSection &Section) { in writeSectionContent()
311 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
321 WasmYAML::CustomSection &Section) { in writeSectionContent()
339 WasmYAML::TypeSection &Section) { in writeSectionContent()
359 WasmYAML::ImportSection &Section) { in writeSectionContent()
396 WasmYAML::FunctionSection &Section) { in writeSectionContent()
403 WasmYAML::ExportSection &Section) { in writeSectionContent()
[all …]
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()
67 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
77 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
85 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
91 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping()
97 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
102 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
107 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
[all …]
/external/llvm-project/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.cpp101 struct Section { struct
102 char Name[XCOFF::NameSize];
105 uint32_t Address;
106 uint32_t Size;
107 uint32_t FileOffsetToData;
108 uint32_t FileOffsetToRelocations;
109 uint32_t RelocationCount;
110 int32_t Flags;
112 int16_t Index;
115 const bool IsVirtual;
[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/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.h36 struct Section { struct
37 object::coff_section Header;
38 std::vector<Relocation> Relocs;
39 StringRef Name;
40 ssize_t UniqueId;
41 size_t Index;
43 ArrayRef<uint8_t> getContents() const { in getContents()
49 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef()
54 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents()
59 void clearContents() { in clearContents()
[all …]
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DObject.h22 struct Section { struct
25 uint8_t SectionType; argument
33 std::vector<Section> Sections; argument
/external/icing/icing/schema/
Dsection.h85 struct Section { struct
86 SectionMetadata metadata; argument
89 Section(SectionMetadata&& metadata_in, in Section() function
/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()

12345678910>>...20