Searched refs:codeSection (Results 1 – 4 of 4) sorted by relevance
276 const uint8_t *secStart = file->codeSection->Content.data(); in calculateSize()313 const uint8_t *secStart = file->codeSection->Content.data(); in writeCompressed()
451 assert(!codeSection); in parse()452 codeSection = §ion; in parse()506 setRelocs(functions, codeSection); in parse()
129 const WasmSection *codeSection = nullptr; variable
259 file->codeSection->Content.slice(inputSectionOffset, function->Size); in InputFunction()