Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h289 struct FunctionSection : Section { struct
290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function
292 static bool classof(const Section *S) { in classof()
296 std::vector<uint32_t> FunctionTypes;