Searched defs:CodeSection (Results 1 – 3 of 3) sorted by relevance
369 struct CodeSection : Section { struct370 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function372 static bool classof(const Section *S) { in classof()376 std::vector<Function> Functions;
300 uint32_t CodeSection = 0; variable
647 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local