Searched defs:CodeSection (Results 1 – 3 of 3) sorted by relevance
327 struct CodeSection : Section { struct328 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument330 static bool classof(const Section *S) { in classof()334 std::vector<Function> Functions;
280 uint32_t CodeSection = 0; variable
558 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local