Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h96 struct LocalDecl { struct
103 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h103 struct LocalDecl { struct
110 std::vector<LocalDecl> Locals; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp475 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
H A DWasmYAML.cpp358 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp532 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
H A DWasmYAML.cpp363 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()