Searched defs:CodeSection (Results 1 – 5 of 5) sorted by relevance
362 struct CodeSection : Section { struct363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() function365 static bool classof(const Section *S) { in classof()369 std::vector<Function> Functions;
386 struct CodeSection : Section { struct387 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument389 static bool classof(const Section *S) { in classof()393 std::vector<Function> Functions;
288 uint32_t CodeSection = 0; variable
296 uint32_t CodeSection = 0; variable
551 for (const auto& CodeSection : MemMgr.FunctionMemory) in remapSectionsAndSymbols() local