Searched refs:WASM_SEC_CODE (Results 1 – 8 of 8) sorted by relevance
390 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()393 return S->Type == wasm::WASM_SEC_CODE; in classof()
47 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
277 if (llvm::wasm::WASM_SEC_CODE == sect_info.id) { in CreateSections()
420 case wasm::WASM_SEC_CODE: in parseSection()2030 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()2181 case wasm::WASM_SEC_CODE: in getSectionOrder()
262 case wasm::WASM_SEC_CODE: in mapping()
576 case wasm::WASM_SEC_CODE: in writeRelocSection()
1032 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()
1263 if (Section.Type == wasm::WASM_SEC_CODE) in getWasmCodeSection()