Searched defs:StartSection (Results 1 – 3 of 3) sorted by relevance
346 struct StartSection : Section { struct347 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function349 static bool classof(const Section *S) { in classof()353 uint32_t StartFunction;
342 struct StartSection : Section { struct343 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() argument345 static bool classof(const Section *S) { in classof()349 uint32_t StartFunction;
242 StartSection(bool hasInitializedSegments) in StartSection() function