Home
last modified time | relevance | path

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

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