Home
last modified time | relevance | path

Searched refs:WasmSegment (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h108 struct WasmSegment { struct
137 ArrayRef<WasmSegment> dataSegments() const { return DataSegments; } in dataSegments()
251 std::vector<WasmSegment> DataSegments;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp78 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection()
278 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp179 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp973 WasmSegment Segment; in parseDataSection()