Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h225 struct FunctionSection : Section { struct
226 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument
228 static bool classof(const Section *S) { in classof()
232 std::vector<uint32_t> FunctionTypes;