Home
last modified time | relevance | path

Searched defs:DataSegment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h114 struct DataSegment { struct
115 uint32_t SectionOffset;
116 uint32_t InitFlags;
117 uint32_t MemoryIndex;
118 wasm::WasmInitExpr Offset;
119 yaml::BinaryRef Content;
/external/image_io/includes/image_io/base/
Ddata_segment.h153 DataSegment(const DataRange& data_range, const Byte* buffer, in DataSegment() function