Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h307 struct FunctionSection : Section { struct
308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument
310 static bool classof(const Section *S) { in classof()
314 std::vector<uint32_t> FunctionTypes;