Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp532 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
H A DWasmYAML.cpp365 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()