Home
last modified time | relevance | path

Searched defs:LocalDecl (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h89 struct LocalDecl { struct
96 std::vector<LocalDecl> Locals; argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp265 WasmYAML::LocalDecl LocalDecl; in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp401 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp280 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()