Home
last modified time | relevance | path

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

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