Searched refs:WASM_SEC_CODE (Results 1 – 7 of 7) sorted by relevance
370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()373 return S->Type == wasm::WASM_SEC_CODE; in classof()
238 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
340 case wasm::WASM_SEC_CODE: { in dump()
329 case wasm::WASM_SEC_CODE: in parseSection()1669 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()1819 case wasm::WASM_SEC_CODE: in getSectionOrder()
561 case wasm::WASM_SEC_CODE: in writeRelocSection()
257 case wasm::WASM_SEC_CODE: in mapping()
987 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()