Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h96 struct LocalDecl { struct
103 std::vector<LocalDecl> Locals; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp475 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
DWasmYAML.cpp358 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()