Home
last modified time | relevance | path

Searched refs:ElemSegment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h64 struct ElemSegment { struct
292 std::vector<ElemSegment> Segments;
329 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::ElemSegment) in LLVM_YAML_IS_SEQUENCE_VECTOR()
430 template <> struct MappingTraits<WasmYAML::ElemSegment> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
431 static void mapping(IO &IO, WasmYAML::ElemSegment &Segment); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp294 void MappingTraits<WasmYAML::ElemSegment>::mapping( in mapping()
295 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp248 WasmYAML::ElemSegment Seg; in dump()