Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp180 if (Section.SegmentInfos.size()) { in writeSectionContent()
182 encodeULEB128(Section.SegmentInfos.size(), SubSection.GetStream()); in writeSectionContent()
183 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp85 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h200 std::vector<SegmentInfo> SegmentInfos; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp62 IO.mapOptional("SegmentInfo", Section.SegmentInfos); in sectionMapping()