Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h282 struct FunctionSection : Section { struct
283 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function
285 static bool classof(const Section *S) { in classof()
289 std::vector<uint32_t> FunctionTypes;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h306 struct FunctionSection : Section { struct
307 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function
309 static bool classof(const Section *S) { in classof()
313 std::vector<uint32_t> FunctionTypes;