Searched refs:WASM_SEC_CODE (Results 1 – 12 of 12) sorted by relevance
59 : OutputSection(llvm::wasm::WASM_SEC_CODE), functions(functions) {} in CodeSection()62 return sec->type == llvm::wasm::WASM_SEC_CODE; in classof()
450 if (section.Type == WASM_SEC_CODE) { in parse()
190 else if (sec->type == WASM_SEC_CODE) in createRelocSections()
387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection()390 return S->Type == wasm::WASM_SEC_CODE; in classof()
252 WASM_SEC_CODE = 10, // Function bodies (code) enumerator
307 if (llvm::wasm::WASM_SEC_CODE == sect_info.id) { in CreateSections()
349 case wasm::WASM_SEC_CODE: { in dump()
360 case wasm::WASM_SEC_CODE: in parseSection()1747 return getWasmSection(Sec).Type == wasm::WASM_SEC_CODE; in isSectionText()1898 case wasm::WASM_SEC_CODE: in getSectionOrder()
259 case wasm::WASM_SEC_CODE: in mapping()
568 case wasm::WASM_SEC_CODE: in writeRelocSection()
1056 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection()
880 if (Section.Type == wasm::WASM_SEC_CODE) in getWasmCodeSection()