Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h96 struct LocalDecl { struct
103 std::vector<LocalDecl> Locals; argument
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp305 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()