Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h366 struct StartSection : Section { struct
367 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function
369 static bool classof(const Section *S) { in classof()
373 uint32_t StartFunction;